]> Pileus Git - ~andy/linux/blobdiff - arch/arm/mach-omap1/irq.c
Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[~andy/linux] / arch / arm / mach-omap1 / irq.c
index 4448114fab722979bbe915e0341c06f62d8c912a..6995fb6a33454d17f1f05d967f4c75ed2bb4d1e6 100644 (file)
@@ -49,6 +49,8 @@
 
 #include <mach/hardware.h>
 
+#include "common.h"
+
 #define IRQ_BANK(irq) ((irq) >> 5)
 #define IRQ_BIT(irq)  ((irq) & 0x1f)