diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-12-11 20:07:31 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-12-11 20:07:31 +0000 |
commit | c095c7c2027b5f2896926f288bd1172a7a2fbc4f (patch) | |
tree | 6d87be9518284f1d366cfad2a2d968a78e67101b /target/linux/adm8668/patches-3.3/201-amba_bus_hacks.patch | |
parent | e983ee54fd56379d8dcf19ec6dddad41c2784825 (diff) | |
download | mtk-20170518-c095c7c2027b5f2896926f288bd1172a7a2fbc4f.zip mtk-20170518-c095c7c2027b5f2896926f288bd1172a7a2fbc4f.tar.gz mtk-20170518-c095c7c2027b5f2896926f288bd1172a7a2fbc4f.tar.bz2 |
adm8668: remove linux 3.3 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43634
Diffstat (limited to 'target/linux/adm8668/patches-3.3/201-amba_bus_hacks.patch')
-rw-r--r-- | target/linux/adm8668/patches-3.3/201-amba_bus_hacks.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/target/linux/adm8668/patches-3.3/201-amba_bus_hacks.patch b/target/linux/adm8668/patches-3.3/201-amba_bus_hacks.patch deleted file mode 100644 index 2364d2a..0000000 --- a/target/linux/adm8668/patches-3.3/201-amba_bus_hacks.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/drivers/amba/bus.c -+++ b/drivers/amba/bus.c -@@ -20,6 +20,10 @@ - #include <asm/irq.h> - #include <asm/sizes.h> - -+#ifndef NO_IRQ -+#define NO_IRQ (-1) -+#endif -+ - #define to_amba_driver(d) container_of(d, struct amba_driver, drv) - - static const struct amba_id * |