adm5120: add support for 3.6
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34951
This commit is contained in:
13
target/linux/adm5120/patches-3.6/201-amba_bus_hacks.patch
Normal file
13
target/linux/adm5120/patches-3.6/201-amba_bus_hacks.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
--- a/drivers/amba/bus.c
|
||||
+++ b/drivers/amba/bus.c
|
||||
@@ -20,6 +20,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