f51f3ee9bc
Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 45094
14 lines
244 B
Diff
14 lines
244 B
Diff
--- 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 *
|