blob: dfc0744a7fbe2636d324881a41498479cc42a9e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 *
|