[PATCH net] net: phy: Export mdiobus_register_board_info()

2017-03-23 Thread Florian Fainelli
We can build modular code that uses mdiobus_register_board_info() which would lead to linking failure since this symbol is not expoerted. Fixes: 648ea0134069 ("net: phy: Allow pre-declaration of MDIO devices") Signed-off-by: Florian Fainelli --- drivers/net/phy/mdio-boardinfo.c | 1 + 1 file cha

Re: [PATCH net] net: phy: Export mdiobus_register_board_info()

2017-03-23 Thread Andrew Lunn
On Wed, Mar 22, 2017 at 10:40:30PM -0700, Florian Fainelli wrote: > We can build modular code that uses mdiobus_register_board_info() which would > lead to linking failure since this symbol is not expoerted. > > Fixes: 648ea0134069 ("net: phy: Allow pre-declaration of MDIO devices") > Signed-off-b

Re: [PATCH net] net: phy: Export mdiobus_register_board_info()

2017-03-23 Thread David Miller
From: Florian Fainelli Date: Wed, 22 Mar 2017 22:40:30 -0700 > We can build modular code that uses mdiobus_register_board_info() which would > lead to linking failure since this symbol is not expoerted. > > Fixes: 648ea0134069 ("net: phy: Allow pre-declaration of MDIO devices") > Signed-off-by: