From: Russell King Date: Tue, 25 Jul 2017 14:03:03 +0000 (+0100) Subject: net: phy: export phy_start_machine() for phylink X-Git-Tag: v4.14-rc1~130^2~369^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5e5758d9d84256d55da831e940276c3216997f3e;p=platform%2Fkernel%2Flinux-rpi3.git net: phy: export phy_start_machine() for phylink phylink will need phy_start_machine exported, so lets export it as a GPL symbol. Documentation/networking/phy.txt indicates that this should be a PHY API function. Reviewed-by: Florian Fainelli Signed-off-by: Russell King Signed-off-by: David S. Miller --- diff --git a/drivers/net/phy/phy.c b/drivers/net/phy/phy.c index d5f2af2..dae13f0 100644 --- a/drivers/net/phy/phy.c +++ b/drivers/net/phy/phy.c @@ -556,6 +556,7 @@ void phy_start_machine(struct phy_device *phydev) { queue_delayed_work(system_power_efficient_wq, &phydev->state_queue, HZ); } +EXPORT_SYMBOL_GPL(phy_start_machine); /** * phy_trigger_machine - trigger the state machine to run