summaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/patches-2.6.31/201-amba_bus_hacks.patch
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-02-28 09:41:02 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-02-28 09:41:02 +0000
commit1954de5e1cfd8d6e5f28cf0a4ea590885e11f507 (patch)
treeeec7eb847617728f4351094ff8d1de257bfc2119 /target/linux/adm5120/patches-2.6.31/201-amba_bus_hacks.patch
parent5d6a71a9776a7e63842b27cf7b3e42b019bf9be3 (diff)
adm5120: remove 2.6.31 related stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19889 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/adm5120/patches-2.6.31/201-amba_bus_hacks.patch')
-rw-r--r--target/linux/adm5120/patches-2.6.31/201-amba_bus_hacks.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/target/linux/adm5120/patches-2.6.31/201-amba_bus_hacks.patch b/target/linux/adm5120/patches-2.6.31/201-amba_bus_hacks.patch
deleted file mode 100644
index 9db3e55ad..000000000
--- a/target/linux/adm5120/patches-2.6.31/201-amba_bus_hacks.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/drivers/amba/bus.c
-+++ b/drivers/amba/bus.c
-@@ -18,6 +18,10 @@
- #include <asm/irq.h>
- #include <asm/sizes.h>
-
-+#ifndef NO_IRQ
-+#define NO_IRQ (-1)
-+#endif
-+
- #define to_amba_device(d) container_of(d, struct amba_device, dev)
- #define to_amba_driver(d) container_of(d, struct amba_driver, drv)
-