Re: [RFC 2/2] phy: bcm-ns-usb3: fix MDIO_BUS dependency

2017-06-28 Thread Florian Fainelli
On 06/21/2017 03:06 PM, Arnd Bergmann wrote: > 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_wri

[RFC 2/2] phy: bcm-ns-usb3: fix MDIO_BUS dependency

2017-06-21 Thread Arnd Bergmann
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