From: Rob Herring Date: Tue, 3 Jan 2012 21:52:42 +0000 (-0600) Subject: ARM: it8152: explicitly include mach/irqs.h X-Git-Tag: v3.4-rc1~36^2^2~3^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bc0a15171a75a67f22ba85baa607f1ffc10751e3;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git 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 --- diff --git a/arch/arm/include/asm/hardware/it8152.h b/arch/arm/include/asm/hardware/it8152.h index 43cab49..73f84fa 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 + extern void __iomem *it8152_base_address; #define IT8152_IO_BASE (it8152_base_address + 0x03e00000)