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