adm8668: add 3.18 support
Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 45094
This commit is contained in:
13
target/linux/adm8668/patches-3.18/201-amba_bus_hacks.patch
Normal file
13
target/linux/adm8668/patches-3.18/201-amba_bus_hacks.patch
Normal file
@@ -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 *
|
||||
Reference in New Issue
Block a user