diff options
author | Florian Fainelli <florian@openwrt.org> | 2015-03-28 18:18:38 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2015-03-28 18:18:38 +0000 |
commit | f51f3ee9bc0ebd26b28fa7687cc4b7dd6dadc1b4 (patch) | |
tree | aa8328b4022f79dba09d9d2ecab611ddf17e7124 /target/linux/adm8668/patches-3.18/201-amba_bus_hacks.patch | |
parent | 26cf81b94b22a3cc95676ff63e6d69dd256de080 (diff) | |
download | mtk-20170518-f51f3ee9bc0ebd26b28fa7687cc4b7dd6dadc1b4.zip mtk-20170518-f51f3ee9bc0ebd26b28fa7687cc4b7dd6dadc1b4.tar.gz mtk-20170518-f51f3ee9bc0ebd26b28fa7687cc4b7dd6dadc1b4.tar.bz2 |
adm8668: add 3.18 support
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 45094
Diffstat (limited to 'target/linux/adm8668/patches-3.18/201-amba_bus_hacks.patch')
-rw-r--r-- | target/linux/adm8668/patches-3.18/201-amba_bus_hacks.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/adm8668/patches-3.18/201-amba_bus_hacks.patch b/target/linux/adm8668/patches-3.18/201-amba_bus_hacks.patch new file mode 100644 index 0000000..c79721a --- /dev/null +++ b/target/linux/adm8668/patches-3.18/201-amba_bus_hacks.patch @@ -0,0 +1,13 @@ +--- a/drivers/amba/bus.c ++++ b/drivers/amba/bus.c +@@ -21,6 +21,10 @@ + + #include <asm/irq.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 * |