diff options
author | Arnd Bergmann <arnd@arndb.de> | 2017-07-26 17:14:00 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-07-27 17:20:19 -0700 |
commit | 245db3c349e0b413e0fec8d6179f6b767649ad63 (patch) | |
tree | 45733e9526aa0290b97bd6005d8503d6b17126b2 /lib/Kconfig.kmemcheck | |
parent | 4c3464a8c31829e6e7efbf8258dc062f761509d7 (diff) | |
download | blackbird-obmc-linux-245db3c349e0b413e0fec8d6179f6b767649ad63.tar.gz blackbird-obmc-linux-245db3c349e0b413e0fec8d6179f6b767649ad63.zip |
phy: bcm-ns-usb3: fix MDIO_BUS dependency
The driver attempts to 'select MDIO_DEVICE', but the code
is actually a loadable module when PHYLIB=m:
drivers/phy/broadcom/phy-bcm-ns-usb3.o: In function `bcm_ns_usb3_mdiodev_phy_write':
phy-bcm-ns-usb3.c:(.text.bcm_ns_usb3_mdiodev_phy_write+0x28): undefined reference to `mdiobus_write'
drivers/phy/broadcom/phy-bcm-ns-usb3.o: In function `bcm_ns_usb3_module_exit':
phy-bcm-ns-usb3.c:(.exit.text+0x18): undefined reference to `mdio_driver_unregister'
drivers/phy/broadcom/phy-bcm-ns-usb3.o: In function `bcm_ns_usb3_module_init':
phy-bcm-ns-usb3.c:(.init.text+0x18): undefined reference to `mdio_driver_register'
phy-bcm-ns-usb3.c:(.init.text+0x38): undefined reference to `mdio_driver_unregister'
Using 'depends on MDIO_BUS' instead will avoid the link error.
Fixes: af850e14a7ae ("phy: bcm-ns-usb3: add MDIO driver using proper bus layer")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'lib/Kconfig.kmemcheck')
0 files changed, 0 insertions, 0 deletions