commit | f35ec35e5e726e7137deaee0dec24f8cbf07a48f | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Wed Mar 22 22:40:30 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 23 17:13:22 2017 -0700 |
tree | 94f09cf8799c06fad4196fc9d8c1fdde3a3acd72 | |
parent | d038e3dcfff6e3de132726a9c7174d8170032aa4 [diff] |
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: 648ea0134069 ("net: phy: Allow pre-declaration of MDIO devices") Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>