diff options
| author | Rob Herring <rob.herring@calxeda.com> | 2012-01-03 15:52:42 -0600 |
|---|---|---|
| committer | Rob Herring <rob.herring@calxeda.com> | 2012-01-25 20:37:46 -0600 |
| commit | bc0a15171a75a67f22ba85baa607f1ffc10751e3 (patch) | |
| tree | 7fb63e6d2755378f04087211881a4a20dac26c1e | |
| parent | ARM: mc146818rtc: remove unnecessary include of mach/irqs.h (diff) | |
| download | linux-bc0a15171a75a67f22ba85baa607f1ffc10751e3.tar.gz 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.h | 3 |
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) |
