diff options
| author | David S. Miller <davem@davemloft.net> | 2017-03-24 12:51:05 -0700 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2017-03-24 12:51:05 -0700 |
| commit | 12459cbd98e7acc5748fa879b86bb4d0f8dc4aef (patch) | |
| tree | 2e8b75015ca154e15d796308b3e8c40333dc65f8 /drivers/net/phy/mdio-boardinfo.c | |
| parent | 5952fde10c35ecfefb0c3e61536170798d4a51c9 (diff) | |
| parent | 90eff9096c01ba90cdae504a6b95ee87fe2556a3 (diff) | |
Merge branch 'phy-mdio-split'
Florian Fainelli says:
====================
net: phy: Allow splitting MDIO bus/device support
This patch series allows building support for MDIO bus controllers which
are sometimes usable and necessary in cases where there are no Ethernet PHYs.
Changes in v3:
- corrected of_mdio compile guards for prototypes vs. stubs
- added a missing OF_MDIO dependency for MDIO_BCM_UNIMAC
- fixed Kbuild bot reported errors against mdio-bitbang
Changes in v2:
- implement Russell's feedback
- solve the circular dependency in the CONFIG_MDIO_DEVICE + CONFIG_PHYLIB case
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy/mdio-boardinfo.c')
| -rw-r--r-- | drivers/net/phy/mdio-boardinfo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/phy/mdio-boardinfo.c b/drivers/net/phy/mdio-boardinfo.c index 6b988f77da08..61941e29daae 100644 --- a/drivers/net/phy/mdio-boardinfo.c +++ b/drivers/net/phy/mdio-boardinfo.c @@ -84,3 +84,4 @@ int mdiobus_register_board_info(const struct mdio_board_info *info, return 0; } +EXPORT_SYMBOL(mdiobus_register_board_info); |
