]> git.baikalelectronics.ru Git - kernel.git/commit
phylink: make local function phylink_phy_change() static
authorWei Yongjun <weiyongjun1@huawei.com>
Thu, 2 Nov 2017 11:14:48 +0000 (11:14 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 4 Nov 2017 13:31:00 +0000 (22:31 +0900)
commitf402a80e7b29b00ce78c77431b697aa75ff02753
tree5f7e76bb83b99428fbaf8d3b43d6f952b69d1bfb
parent8bb99df040fc78cb8fa6a027f7d7ce1f0359e0c5
phylink: make local function phylink_phy_change() static

Fixes the following sparse warnings:

drivers/net/phy/phylink.c:570:6: warning:
 symbol 'phylink_phy_change' was not declared. Should it be static?

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/phylink.c