summaryrefslogtreecommitdiffstats
path: root/target/linux/ixp4xx/patches-2.6.32/030-backport-introduce-IXP4XX_GPIO_IRQ.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-04-21 16:17:46 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-04-21 16:17:46 +0000
commitbc2a7bfa703a0cc378b20570d861d7ce1ac7a1ed (patch)
treec299255f93a0be1a683be917b5123c5638bf60f3 /target/linux/ixp4xx/patches-2.6.32/030-backport-introduce-IXP4XX_GPIO_IRQ.patch
parent1570caeb752aafcfa4ca50c9526f85ce97c585c0 (diff)
downloadmaster-31e0f0ae-bc2a7bfa703a0cc378b20570d861d7ce1ac7a1ed.tar.gz
master-31e0f0ae-bc2a7bfa703a0cc378b20570d861d7ce1ac7a1ed.tar.bz2
master-31e0f0ae-bc2a7bfa703a0cc378b20570d861d7ce1ac7a1ed.zip
ixp4xx: remove 2.6.3{2,8} and 3.0 support
SVN-Revision: 31414
Diffstat (limited to 'target/linux/ixp4xx/patches-2.6.32/030-backport-introduce-IXP4XX_GPIO_IRQ.patch')
-rw-r--r--target/linux/ixp4xx/patches-2.6.32/030-backport-introduce-IXP4XX_GPIO_IRQ.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/target/linux/ixp4xx/patches-2.6.32/030-backport-introduce-IXP4XX_GPIO_IRQ.patch b/target/linux/ixp4xx/patches-2.6.32/030-backport-introduce-IXP4XX_GPIO_IRQ.patch
deleted file mode 100644
index eafe051d1a..0000000000
--- a/target/linux/ixp4xx/patches-2.6.32/030-backport-introduce-IXP4XX_GPIO_IRQ.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/arch/arm/mach-ixp4xx/include/mach/irqs.h
-+++ b/arch/arm/mach-ixp4xx/include/mach/irqs.h
-@@ -59,6 +59,9 @@
- #define IRQ_IXP4XX_MCU_ECC 61
- #define IRQ_IXP4XX_EXP_PE 62
-
-+#define _IXP4XX_GPIO_IRQ(n) (IRQ_IXP4XX_GPIO ## n)
-+#define IXP4XX_GPIO_IRQ(n) _IXP4XX_GPIO_IRQ(n)
-+
- /*
- * Only first 32 sources are valid if running on IXP42x systems
- */