summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Herring <rob.herring@calxeda.com>2012-01-03 22:52:42 +0100
committerRob Herring <rob.herring@calxeda.com>2012-01-26 03:37:46 +0100
commitbc0a15171a75a67f22ba85baa607f1ffc10751e3 (patch)
tree7fb63e6d2755378f04087211881a4a20dac26c1e
parentARM: mc146818rtc: remove unnecessary include of mach/irqs.h (diff)
downloadlinux-bc0a15171a75a67f22ba85baa607f1ffc10751e3.tar.xz
linux-bc0a15171a75a67f22ba85baa607f1ffc10751e3.zip
ARM: it8152: explicitly include mach/irqs.h
In preparation to make mach/irqs.h optional, directly include mach/irq.h to get IRQ_BOARD_START. Signed-off-by: Rob Herring <rob.herring@calxeda.com>
-rw-r--r--arch/arm/include/asm/hardware/it8152.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/include/asm/hardware/it8152.h b/arch/arm/include/asm/hardware/it8152.h
index 43cab498bc27..73f84fa4f366 100644
--- a/arch/arm/include/asm/hardware/it8152.h
+++ b/arch/arm/include/asm/hardware/it8152.h
@@ -9,6 +9,9 @@
#ifndef __ASM_HARDWARE_IT8152_H
#define __ASM_HARDWARE_IT8152_H
+
+#include <mach/irqs.h>
+
extern void __iomem *it8152_base_address;
#define IT8152_IO_BASE (it8152_base_address + 0x03e00000)