[ARM] 4801/1: pxa: fix building issues of missing pxa2xx-regs.h

Some machines are missing "pxa2xx-regs.h" due to the following patch:

[ARM] pxa: move memory controller registers into pxa2xx-regs.h

This patch fixes the issue by including the pxa2xx-regs.h where necessary.

Signed-off-by: eric miao <eric.miao@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

authored by eric miao and committed by Russell King bb548dd4 b1d907f9

+3
+1
arch/arm/mach-pxa/cm-x270.c
··· 29 29 #include <asm/mach/map.h> 30 30 31 31 #include <asm/arch/pxa-regs.h> 32 + #include <asm/arch/pxa2xx-regs.h> 32 33 #include <asm/arch/pxafb.h> 33 34 #include <asm/arch/ohci.h> 34 35 #include <asm/arch/mmc.h>
+1
arch/arm/mach-pxa/spitz.c
··· 36 36 #include <asm/mach/irq.h> 37 37 38 38 #include <asm/arch/pxa-regs.h> 39 + #include <asm/arch/pxa2xx-regs.h> 39 40 #include <asm/arch/irda.h> 40 41 #include <asm/arch/mmc.h> 41 42 #include <asm/arch/ohci.h>
+1
arch/arm/mach-pxa/tosa.c
··· 29 29 #include <asm/irq.h> 30 30 #include <asm/system.h> 31 31 #include <asm/arch/pxa-regs.h> 32 + #include <asm/arch/pxa2xx-regs.h> 32 33 #include <asm/arch/irda.h> 33 34 #include <asm/arch/mmc.h> 34 35 #include <asm/arch/udc.h>