aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Beisert <[email protected]>2008-01-29 23:43:49 +0100
committerRussell King <[email protected]>2008-02-04 13:17:34 +0000
commitc9a28fa7b9ac19b676deefa0a171ce7df8755c08 (patch)
tree043737d448df535a63ece739d66044586b52126d
parent6a0bd09dcd43ebca6ab73abcc2489bff824f7542 (diff)
[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 <[email protected]> Signed-off-by: Juergen Beisert <[email protected]> Signed-off-by: Russell King <[email protected]>
-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"