summaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/patches/201-amba_bus_hacks.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-02-09 10:29:28 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-02-09 10:29:28 +0000
commitd187aba072246a4b03979b52b63198967cb511e6 (patch)
tree0e564d4fff61a6173e95cf1e26ff005dd47a5fa4 /target/linux/adm5120/patches/201-amba_bus_hacks.patch
parentcf02f1c6b20c64b88d51d0d6d5324ea6010583c7 (diff)
downloadmaster-31e0f0ae-d187aba072246a4b03979b52b63198967cb511e6.tar.gz
master-31e0f0ae-d187aba072246a4b03979b52b63198967cb511e6.tar.bz2
master-31e0f0ae-d187aba072246a4b03979b52b63198967cb511e6.zip
switch to 2.6.24
SVN-Revision: 10427
Diffstat (limited to 'target/linux/adm5120/patches/201-amba_bus_hacks.patch')
-rw-r--r--target/linux/adm5120/patches/201-amba_bus_hacks.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/target/linux/adm5120/patches/201-amba_bus_hacks.patch b/target/linux/adm5120/patches/201-amba_bus_hacks.patch
new file mode 100644
index 0000000000..0f1c3b2e38
--- /dev/null
+++ b/target/linux/adm5120/patches/201-amba_bus_hacks.patch
@@ -0,0 +1,15 @@
+Index: linux-2.6.24/drivers/amba/bus.c
+===================================================================
+--- linux-2.6.24.orig/drivers/amba/bus.c
++++ linux-2.6.24/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)
+