Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f35ec35e authored by Florian Fainelli's avatar Florian Fainelli Committed by David S. Miller
Browse files

net: phy: Export mdiobus_register_board_info()



We can build modular code that uses mdiobus_register_board_info() which would
lead to linking failure since this symbol is not expoerted.

Fixes: 648ea013 ("net: phy: Allow pre-declaration of MDIO devices")
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d038e3dc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -84,3 +84,4 @@ int mdiobus_register_board_info(const struct mdio_board_info *info,

	return 0;
}
EXPORT_SYMBOL(mdiobus_register_board_info);