[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>

authored by Juergen Beisert and committed by Russell King c9a28fa7 6a0bd09d

+1
+1
arch/arm/mach-pxa/pcm027.c
··· 29 29 #include <asm/mach/arch.h> 30 30 #include <asm/arch/hardware.h> 31 31 #include <asm/arch/pxa-regs.h> 32 + #include <asm/arch/pxa2xx-regs.h> 32 33 #include <asm/arch/pxa2xx_spi.h> 33 34 #include <asm/arch/pcm027.h> 34 35 #include "generic.h"