From: Wei Yongjun
Date: Thu, 2 Nov 2017 11:14:48 +
> 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
Applied, thank you Wei.
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
---
drivers/net/phy/phylink.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/net/phy/phyli