Commit dc38d826 authored by Rob Herring's avatar Rob Herring Committed by Russell King

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: default avatarRob Herring <rob.herring@calxeda.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 0355e2ff
...@@ -13,6 +13,8 @@ ...@@ -13,6 +13,8 @@
#ifndef ASM_ARCH_MAINSTONE_H #ifndef ASM_ARCH_MAINSTONE_H
#define ASM_ARCH_MAINSTONE_H #define ASM_ARCH_MAINSTONE_H
#include <mach/irqs.h>
#define MST_ETH_PHYS PXA_CS4_PHYS #define MST_ETH_PHYS PXA_CS4_PHYS
#define MST_FPGA_PHYS PXA_CS2_PHYS #define MST_FPGA_PHYS PXA_CS2_PHYS
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment