From 6365d3e54495029553b321af73f618db093decf7 Mon Sep 17 00:00:00 2001 From: juhosg Date: Mon, 7 May 2012 17:40:15 +0000 Subject: pxa: remove 2.6.37 support git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31643 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../patches/006-define_smsc911x_for_pcmcia.patch | 37 ---------------------- 1 file changed, 37 deletions(-) delete mode 100644 target/linux/pxa/patches/006-define_smsc911x_for_pcmcia.patch (limited to 'target/linux/pxa/patches/006-define_smsc911x_for_pcmcia.patch') diff --git a/target/linux/pxa/patches/006-define_smsc911x_for_pcmcia.patch b/target/linux/pxa/patches/006-define_smsc911x_for_pcmcia.patch deleted file mode 100644 index fe039ae62..000000000 --- a/target/linux/pxa/patches/006-define_smsc911x_for_pcmcia.patch +++ /dev/null @@ -1,37 +0,0 @@ -From ddd30dbf3cfd805b0de99fc581d0fa1cc7236ef9 Mon Sep 17 00:00:00 2001 -From: Bobby Powers -Date: Fri, 13 Nov 2009 01:33:05 -0500 -Subject: [PATCH] pxa: define smsc911x structures for pcmcia too - -The gumstix pcmcia support (which the wireless driver uses) needs -to know about the smsc911x platform device even if smsc811x support -is disabled, as they share resources. - -Signed-off-by: Bobby Powers ---- - arch/arm/mach-pxa/gumstix-verdex.c | 6 +++++- - 1 files changed, 5 insertions(+), 1 deletions(-) - ---- a/arch/arm/mach-pxa/gumstix-verdex.c -+++ b/arch/arm/mach-pxa/gumstix-verdex.c -@@ -51,7 +51,9 @@ - - #include - --#if defined(CONFIG_SMSC911X) || defined(CONFIG_SMSC911X_MODULE) -+ -+#if defined(CONFIG_SMSC911X) || defined(CONFIG_SMSC911X_MODULE) \ -+ || defined(CONFIG_PCMCIA_PXA2XX) || defined(CONFIG_PCMCIA_PXA2XX_MODULE) - - #include - -@@ -85,7 +87,9 @@ static struct platform_device verdex_sms - .platform_data = &verdex_smsc911x_config, - }, - }; -+#endif - -+#if defined(CONFIG_SMSC911X) || defined(CONFIG_SMSC911X_MODULE) - static void __init verdex_init_smsc911x(void) - { - -- cgit v1.2.3