summaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/patches-2.6.27/201-amba_bus_hacks.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-04-26 06:16:30 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-04-26 06:16:30 +0000
commit10fd86093fde3c28a2ae8685848d928b7dc6819f (patch)
tree8a7f6ccbd2fb2a88eb079ecbd093a5a5f70f35dd /target/linux/adm5120/patches-2.6.27/201-amba_bus_hacks.patch
parent8614f2c7ed794e2f21118577cf64040574adb413 (diff)
downloadmaster-31e0f0ae-10fd86093fde3c28a2ae8685848d928b7dc6819f.tar.gz
master-31e0f0ae-10fd86093fde3c28a2ae8685848d928b7dc6819f.tar.bz2
master-31e0f0ae-10fd86093fde3c28a2ae8685848d928b7dc6819f.zip
switch to 2.6.28
SVN-Revision: 15421
Diffstat (limited to 'target/linux/adm5120/patches-2.6.27/201-amba_bus_hacks.patch')
-rw-r--r--target/linux/adm5120/patches-2.6.27/201-amba_bus_hacks.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/target/linux/adm5120/patches-2.6.27/201-amba_bus_hacks.patch b/target/linux/adm5120/patches-2.6.27/201-amba_bus_hacks.patch
deleted file mode 100644
index 299f216523..0000000000
--- a/target/linux/adm5120/patches-2.6.27/201-amba_bus_hacks.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/drivers/amba/bus.c
-+++ b/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)
-