diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-04-17 18:39:32 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-04-17 18:39:32 +0000 |
commit | fb9db09832f7c47995675da262762c047a001e3a (patch) | |
tree | 5c2b8619fd3e889e43671a5cc105aa3f5c15343c /target/linux/adm5120/patches-2.6.35/201-amba_bus_hacks.patch | |
parent | 8b102012a035b522000ce7e76e12f9285630e3ff (diff) |
adm5120: remove patches/configs for unused kernel versions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26706 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/adm5120/patches-2.6.35/201-amba_bus_hacks.patch')
-rw-r--r-- | target/linux/adm5120/patches-2.6.35/201-amba_bus_hacks.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/target/linux/adm5120/patches-2.6.35/201-amba_bus_hacks.patch b/target/linux/adm5120/patches-2.6.35/201-amba_bus_hacks.patch deleted file mode 100644 index 9db3e55ad..000000000 --- a/target/linux/adm5120/patches-2.6.35/201-amba_bus_hacks.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- 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) - |