]> asedeno.scripts.mit.edu Git - linux.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)
commit1ec6e53029e7fddd73bb92500a2dca05fc393e8d
tree5f7e76bb83b99428fbaf8d3b43d6f952b69d1bfb
parent6e300769dcbaba7bfacbc02ec9c3fcc595eec755
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