[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1239953045.2837.58.camel@linux-51e8.site>
Date: Fri, 17 Apr 2009 17:24:05 +1000
From: Ben Nizette <bn@...sdigital.com>
To: Haavard Skinnemoen <hskinnemoen@...el.com>
Cc: jgarzik@...ox.com, netdev@...r.kernel.org,
linux-kernel <linux-kernel@...r.kernel.org>
Subject: [PATCH] macb: Kconfig net device compat fixup
The macb driver hasn't been updated to use net_device_ops and as such
should select COMPAT_NET_DEV_OPS to avoid build breakage.
Of course really macb should be updated but in the mean time, this at
least avoid randconfig problems.
Signed-off-by: Ben Nizette <bn@...sdigital.com>
---
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 9e7baec..dfe1254 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -221,6 +221,7 @@ config MACB
tristate "Atmel MACB support"
depends on AVR32 || ARCH_AT91SAM9260 || ARCH_AT91SAM9263 || ARCH_AT91SAM9G20 || ARCH_AT91CAP9
select PHYLIB
+ select COMPAT_NET_DEV_OPS
help
The Atmel MACB ethernet interface is found on many AT32 and AT91
parts. Say Y to include support for the MACB chip.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists