提交 37e9a690 编写于 作者: M Mark Salter 提交者: David S. Miller

net: phy: export fixed_phy_register()

When building the bcmgenet driver as module, I get:

ERROR: "fixed_phy_register" [drivers/net/ethernet/broadcom/genet/genet.ko] undefined!

commit b0ba512e225d72 ("net: bcmgenet: enable driver to work without device
tree") which added a call to fixed_phy_register. But fixed_phy_register
needs to be exported if used from a module.
Signed-off-by: NMark Salter <msalter@redhat.com>
Acked-by: NFlorian Fainelli <f.fainelli@gmail.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 e962f302
...@@ -274,6 +274,7 @@ struct phy_device *fixed_phy_register(unsigned int irq, ...@@ -274,6 +274,7 @@ struct phy_device *fixed_phy_register(unsigned int irq,
return phy; return phy;
} }
EXPORT_SYMBOL_GPL(fixed_phy_register);
static int __init fixed_mdio_bus_init(void) static int __init fixed_mdio_bus_init(void)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册