summaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/patches-2.6.34/201-amba_bus_hacks.patch
diff options
context:
space:
mode:
authoracoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-04-27 08:46:13 +0000
committeracoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-04-27 08:46:13 +0000
commitc9037bd478877f3057739ba0e437ae2857c49923 (patch)
treeaa238bd29ae75fe2f49e391bbb1c60e934a6f8da /target/linux/adm5120/patches-2.6.34/201-amba_bus_hacks.patch
parentf33e9fd1fda13bfcd1e7dd3fa90ddbe8be7ef3ee (diff)
adm5120: add 2.6.33 & 2.6.34 kernel support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21182 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/adm5120/patches-2.6.34/201-amba_bus_hacks.patch')
-rw-r--r--target/linux/adm5120/patches-2.6.34/201-amba_bus_hacks.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/adm5120/patches-2.6.34/201-amba_bus_hacks.patch b/target/linux/adm5120/patches-2.6.34/201-amba_bus_hacks.patch
new file mode 100644
index 000000000..9db3e55ad
--- /dev/null
+++ b/target/linux/adm5120/patches-2.6.34/201-amba_bus_hacks.patch
@@ -0,0 +1,13 @@
+--- 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)
+