Skip to content

Commit

Permalink
ARM: 7344/1: pxa: mainstone: add missing include for IRQ_BOARD_START
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Rob Herring authored and Russell King committed Feb 23, 2012
1 parent 0355e2f commit dc38d82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/mach-pxa/include/mach/mainstone.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc38d82

Please sign in to comment.