提交 5e5758d9 编写于 作者: R Russell King 提交者: David S. Miller

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: NFlorian Fainelli <f.fainelli@gmail.com>
Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 a81497be
...@@ -556,6 +556,7 @@ void phy_start_machine(struct phy_device *phydev) ...@@ -556,6 +556,7 @@ void phy_start_machine(struct phy_device *phydev)
{ {
queue_delayed_work(system_power_efficient_wq, &phydev->state_queue, HZ); 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 * phy_trigger_machine - trigger the state machine to run
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册