[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20170131.132327.1409838716509830782.davem@davemloft.net>
Date: Tue, 31 Jan 2017 13:23:27 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: rdunlap@...radead.org
Cc: netdev@...r.kernel.org, yendapally.reddy@...adcom.com
Subject: Re: [PATCH -next] net/phy: fix phy_bcm_nsp_usb3.c build and kconfig
From: Randy Dunlap <rdunlap@...radead.org>
Date: Mon, 30 Jan 2017 17:02:44 -0800
> From: Randy Dunlap <rdunlap@...radead.org>
>
> This driver uses mdio* (PHYLIB) interfaces, so it should select
> PHYLIB. PHYLIB depends on NETDEVICES to this driver should also
> depend on NETDEVICES.
>
> Fixes these build errors:
>
> drivers/built-in.o: In function `nsp_usb3_phy_init':
> phy-bcm-nsp-usb3.c:(.text+0x42d8): undefined reference to `mdiobus_write'
> phy-bcm-nsp-usb3.c:(.text+0x42f4): undefined reference to `mdiobus_write'
> phy-bcm-nsp-usb3.c:(.text+0x4310): undefined reference to `mdiobus_write'
> phy-bcm-nsp-usb3.c:(.text+0x432c): undefined reference to `mdiobus_write'
> phy-bcm-nsp-usb3.c:(.text+0x4348): undefined reference to `mdiobus_write'
> drivers/built-in.o:phy-bcm-nsp-usb3.c:(.text+0x437a): more undefined references to `mdiobus_write' follow
> drivers/built-in.o: In function `mdio_module_init':
> phy-bcm-nsp-usb3.c:(.init.text+0x1e1): undefined reference to `mdio_driver_register'
> drivers/built-in.o: In function `mdio_module_exit':
> phy-bcm-nsp-usb3.c:(.exit.text+0xae): undefined reference to `mdio_driver_unregister'
>
> Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
This doesn't apply to the net-next tree, please respin.
Thanks.
Powered by blists - more mailing lists