From: Michael Buesch <mb@bu3sch•de>
To: stable@kernel•org
Cc: Francois Romieu <romieu@fr•zoreil.com>, netdev@vger•kernel.org
Subject: [PATCH stable] r8169: Fix MII compilation error
Date: Fri, 14 Nov 2008 16:29:32 +0100 [thread overview]
Message-ID: <200811141629.32474.mb@bu3sch.de> (raw)
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.
next reply other threads:[~2008-11-14 15:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-14 15:29 Michael Buesch [this message]
2008-11-15 5:07 ` [stable] [PATCH stable] r8169: Fix MII compilation error Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200811141629.32474.mb@bu3sch.de \
--to=mb@bu3sch$(echo .)de \
--cc=netdev@vger$(echo .)kernel.org \
--cc=romieu@fr$(echo .)zoreil.com \
--cc=stable@kernel$(echo .)org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox