diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-02-23 14:30:51 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-02-23 22:15:26 +0000 |
commit | dc38d82676d87a21a0f924cb1728f869412749a9 (patch) | |
tree | 3fd3ff1fd4e253adbb8ad985dfc38eb4a594c8b2 /arch | |
parent | 0355e2ff4466fa0bddee64e3cdc2ba687372f4e2 (diff) | |
download | op-kernel-dev-dc38d82676d87a21a0f924cb1728f869412749a9.zip op-kernel-dev-dc38d82676d87a21a0f924cb1728f869412749a9.tar.gz |
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 <rob.herring@calxeda.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-pxa/include/mach/mainstone.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/include/mach/mainstone.h b/arch/arm/mach-pxa/include/mach/mainstone.h index 4c2d11c..1bfc4e8 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 <mach/irqs.h> + #define MST_ETH_PHYS PXA_CS4_PHYS #define MST_FPGA_PHYS PXA_CS2_PHYS |