summaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/patches-2.6.23/201-amba_bus_hacks.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/adm5120/patches-2.6.23/201-amba_bus_hacks.patch')
-rw-r--r--target/linux/adm5120/patches-2.6.23/201-amba_bus_hacks.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/target/linux/adm5120/patches-2.6.23/201-amba_bus_hacks.patch b/target/linux/adm5120/patches-2.6.23/201-amba_bus_hacks.patch
deleted file mode 100644
index 9ad49e0fb..000000000
--- a/target/linux/adm5120/patches-2.6.23/201-amba_bus_hacks.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Index: linux-2.6.23.14/drivers/amba/bus.c
-===================================================================
---- linux-2.6.23.14.orig/drivers/amba/bus.c
-+++ linux-2.6.23.14/drivers/amba/bus.c
-@@ -17,6 +17,10 @@
- #include <asm/io.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)
-