From: Rob Herring Date: Thu, 23 Feb 2012 13:30:51 +0000 (+0100) Subject: ARM: 7344/1: pxa: mainstone: add missing include for IRQ_BOARD_START X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=dc38d82676d87a21a0f924cb1728f869412749a9;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git ARM: 7344/1: pxa: mainstone: add missing include for IRQ_BOARD_START As part of mach/irqs.h include removal from sparse, mainstone.h was missed. This fixes the compile of the pcmcia driver. Signed-off-by: Rob Herring Signed-off-by: Russell King --- diff --git a/arch/arm/mach-pxa/include/mach/mainstone.h b/arch/arm/mach-pxa/include/mach/mainstone.h index 4c2d11cd824d..1bfc4e822a41 100644 --- a/arch/arm/mach-pxa/include/mach/mainstone.h +++ b/arch/arm/mach-pxa/include/mach/mainstone.h @@ -13,6 +13,8 @@ #ifndef ASM_ARCH_MAINSTONE_H #define ASM_ARCH_MAINSTONE_H +#include + #define MST_ETH_PHYS PXA_CS4_PHYS #define MST_FPGA_PHYS PXA_CS2_PHYS