summaryrefslogtreecommitdiff
path: root/target/linux/adm5120/patches-2.6.25/201-amba_bus_hacks.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-06-17 14:30:18 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-06-17 14:30:18 +0000
commit13bb189a1500a306e8611b9e734eed8b8a46506e (patch)
tree5a28619b0bb967d37ebdb9a0ef0a7a40fa2747cc /target/linux/adm5120/patches-2.6.25/201-amba_bus_hacks.patch
parent2ccf25789e09a6745270c8976917f4ccd5c68797 (diff)
downloadmtk-20170518-13bb189a1500a306e8611b9e734eed8b8a46506e.zip
mtk-20170518-13bb189a1500a306e8611b9e734eed8b8a46506e.tar.gz
mtk-20170518-13bb189a1500a306e8611b9e734eed8b8a46506e.tar.bz2
switch to 2.6.25.7
SVN-Revision: 11526
Diffstat (limited to 'target/linux/adm5120/patches-2.6.25/201-amba_bus_hacks.patch')
-rw-r--r--target/linux/adm5120/patches-2.6.25/201-amba_bus_hacks.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/target/linux/adm5120/patches-2.6.25/201-amba_bus_hacks.patch b/target/linux/adm5120/patches-2.6.25/201-amba_bus_hacks.patch
deleted file mode 100644
index 299f216..0000000
--- a/target/linux/adm5120/patches-2.6.25/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)
-