ARM: 7344/1: pxa: mainstone: add missing include for IRQ_BOARD_START
authorRob Herring <rob.herring@calxeda.com>
Thu, 23 Feb 2012 13:30:51 +0000 (14:30 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 23 Feb 2012 22:15:26 +0000 (22:15 +0000)
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>
arch/arm/mach-pxa/include/mach/mainstone.h

index 4c2d11cd824dda4415d1ad74af1a368ffdd9b439..1bfc4e822a4152439a1cd0220ee614147472edc6 100644 (file)
@@ -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