netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH stable] r8169: Fix MII compilation error
@ 2008-11-14 15:29 Michael Buesch
  2008-11-15  5:07 ` [stable] " Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Buesch @ 2008-11-14 15:29 UTC (permalink / raw)
  To: stable; +Cc: Francois Romieu, netdev

This fixes a compilation error (undefined MII symbols), if
CONFIG_MII is not selected.

Signed-off-by: Michael Buesch <mb@bu3sch.de>

---

This fix already is in Linus' tree and I think it's a -stable candidate,
as I just hit the bug while trying to compile 2.6.27.6.


Index: linux-2.6.27.6/drivers/net/Kconfig
===================================================================
--- linux-2.6.27.6.orig/drivers/net/Kconfig	2008-11-14 17:34:43.000000000 +0100
+++ linux-2.6.27.6/drivers/net/Kconfig	2008-11-14 17:35:08.000000000 +0100
@@ -2046,6 +2046,7 @@
 	tristate "Realtek 8169 gigabit ethernet support"
 	depends on PCI
 	select CRC32
+	select MII
 	---help---
 	  Say Y here if you have a Realtek 8169 PCI Gigabit Ethernet adapter.
 
-- 
Greetings Michael.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [stable] [PATCH stable] r8169: Fix MII compilation error
  2008-11-14 15:29 [PATCH stable] r8169: Fix MII compilation error Michael Buesch
@ 2008-11-15  5:07 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2008-11-15  5:07 UTC (permalink / raw)
  To: Michael Buesch; +Cc: stable, netdev, Francois Romieu

On Fri, Nov 14, 2008 at 04:29:32PM +0100, Michael Buesch wrote:
> This fixes a compilation error (undefined MII symbols), if
> CONFIG_MII is not selected.
> 
> Signed-off-by: Michael Buesch <mb@bu3sch.de>
> 
> ---
> 
> This fix already is in Linus' tree and I think it's a -stable candidate,
> as I just hit the bug while trying to compile 2.6.27.6.

Thanks, I just added commit b73724921d906 to the queue instead.

greg k-h

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-11-15  5:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-14 15:29 [PATCH stable] r8169: Fix MII compilation error Michael Buesch
2008-11-15  5:07 ` [stable] " Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).