[PATCH 3/4] ARM: pxa: mainstone: add missing include for IRQ_BOARD_START
Rob Herring
robherring2 at gmail.com
Thu Feb 16 22:32:13 EST 2012
From: Rob Herring <rob.herring at calxeda.com>
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 at calxeda.com>
---
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
--
1.7.5.4
More information about the linux-arm-kernel
mailing list