Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1665025

Re: [PATCH net] net: phy: Fix MDIO_THUNDER dependencies

From David Miller <davem@davemloft.net>
Newsgroups linux.kernel
Subject Re: [PATCH net] net: phy: Fix MDIO_THUNDER dependencies
Date 2017-06-13 19:10 +0200
Message-ID <tRXui-2gn-3@gated-at.bofh.it> (permalink)
References <tRHIR-LU-9@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


From: Florian Fainelli <f.fainelli@gmail.com>
Date: Mon, 12 Jun 2017 17:18:51 -0700

> After commit 90eff9096c01 ("net: phy: Allow splitting MDIO
> bus/device support from PHYs") we could create a configuration where
> MDIO_DEVICE=y and PHYLIB=m which leads to the following undefined
> references:
> 
>  drivers/built-in.o: In function `thunder_mdiobus_pci_remove':
>>> mdio-thunder.c:(.text+0x2a212f): undefined reference to
>>> `mdiobus_unregister'
>>> mdio-thunder.c:(.text+0x2a2138): undefined reference to
>>> `mdiobus_free'
>    drivers/built-in.o: In function `thunder_mdiobus_pci_probe':
>    mdio-thunder.c:(.text+0x2a22e7): undefined reference to
> `devm_mdiobus_alloc_size'
>    mdio-thunder.c:(.text+0x2a236f): undefined reference to
> `of_mdiobus_register'
> 
> Reported-by: kbuild test robot <fengguang.wu@intel.com>
> Fixes: 90eff9096c01 ("net: phy: Allow splitting MDIO bus/device support from PHYs")
> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>

Applied.

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH net] net: phy: Fix MDIO_THUNDER dependencies Florian Fainelli <f.fainelli@gmail.com> - 2017-06-13 02:20 +0200
  Re: [PATCH net] net: phy: Fix MDIO_THUNDER dependencies Randy Dunlap <rdunlap@infradead.org> - 2017-06-13 17:50 +0200
  Re: [PATCH net] net: phy: Fix MDIO_THUNDER dependencies David Miller <davem@davemloft.net> - 2017-06-13 19:10 +0200

csiph-web