aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/pcm027.c
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2008-01-29 23:43:49 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-02-04 13:17:34 +0000
commitc9a28fa7b9ac19b676deefa0a171ce7df8755c08 (patch)
tree043737d448df535a63ece739d66044586b52126d /arch/arm/mach-pxa/pcm027.c
parent[ARM] 4803/1: pxa: fix building issue of poodle.c caused by patch 4737/1 (diff)
downloadlinux-dev-c9a28fa7b9ac19b676deefa0a171ce7df8755c08.tar.xz
linux-dev-c9a28fa7b9ac19b676deefa0a171ce7df8755c08.zip
[ARM] 4798/1: pcm027: fix missing header file
This patch adds a PXA2xx specific header file to control chip setup. Without, the PCM027 BSP can't be built. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to '')
-rw-r--r--arch/arm/mach-pxa/pcm027.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/pcm027.c b/arch/arm/mach-pxa/pcm027.c
index 540c3bba5f9a..c14696b9979d 100644
--- a/arch/arm/mach-pxa/pcm027.c
+++ b/arch/arm/mach-pxa/pcm027.c
@@ -29,6 +29,7 @@
#include <asm/mach/arch.h>
#include <asm/arch/hardware.h>
#include <asm/arch/pxa-regs.h>
+#include <asm/arch/pxa2xx-regs.h>
#include <asm/arch/pxa2xx_spi.h>
#include <asm/arch/pcm027.h>
#include "generic.h"