* [PATCH -mmotm] net: ks8851_mll uses mii interfaces
[not found] <200910140436.n9E4aF9G001644@imap1.linux-foundation.org>
@ 2009-10-14 21:59 ` Randy Dunlap
2009-10-14 22:11 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2009-10-14 21:59 UTC (permalink / raw)
To: akpm, netdev; +Cc: linux-kernel, David Choi
From: Randy Dunlap <randy.dunlap@oracle.com>
ks8851_mll uses mii interfaces so it needs to select MII.
ks8851_mll.c:(.text+0xf95ac): undefined reference to `generic_mii_ioctl'
ks8851_mll.c:(.text+0xf96a0): undefined reference to `mii_ethtool_gset'
ks8851_mll.c:(.text+0xf96fa): undefined reference to `mii_ethtool_sset'
ks8851_mll.c:(.text+0xf9754): undefined reference to `mii_link_ok'
ks8851_mll.c:(.text+0xf97ae): undefined reference to `mii_nway_restart'
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: David Choi <david.choi@micrel.com>
---
drivers/net/Kconfig | 1 +
1 file changed, 1 insertion(+)
--- mmotm-2009-1013-2113.orig/drivers/net/Kconfig
+++ mmotm-2009-1013-2113/drivers/net/Kconfig
@@ -1741,6 +1741,7 @@ config KS8851
config KS8851_MLL
tristate "Micrel KS8851 MLL"
depends on HAS_IOMEM
+ select MII
help
This platform driver is for Micrel KS8851 Address/data bus
multiplexed network chip.
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [PATCH -mmotm] net: ks8851_mll uses mii interfaces
2009-10-14 21:59 ` [PATCH -mmotm] net: ks8851_mll uses mii interfaces Randy Dunlap
@ 2009-10-14 22:11 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2009-10-14 22:11 UTC (permalink / raw)
To: randy.dunlap; +Cc: akpm, netdev, linux-kernel, david.choi
From: Randy Dunlap <randy.dunlap@oracle.com>
Date: Wed, 14 Oct 2009 14:59:05 -0700
> From: Randy Dunlap <randy.dunlap@oracle.com>
>
> ks8851_mll uses mii interfaces so it needs to select MII.
>
> ks8851_mll.c:(.text+0xf95ac): undefined reference to `generic_mii_ioctl'
> ks8851_mll.c:(.text+0xf96a0): undefined reference to `mii_ethtool_gset'
> ks8851_mll.c:(.text+0xf96fa): undefined reference to `mii_ethtool_sset'
> ks8851_mll.c:(.text+0xf9754): undefined reference to `mii_link_ok'
> ks8851_mll.c:(.text+0xf97ae): undefined reference to `mii_nway_restart'
>
> Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
> Cc: David Choi <david.choi@micrel.com>
Applied, thanks Randy.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-10-14 22:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <200910140436.n9E4aF9G001644@imap1.linux-foundation.org>
2009-10-14 21:59 ` [PATCH -mmotm] net: ks8851_mll uses mii interfaces Randy Dunlap
2009-10-14 22:11 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox