From bb548dd43202b9109f551ca3da396d163ca7ddf3 Mon Sep 17 00:00:00 2001 From: eric miao Date: Wed, 30 Jan 2008 09:39:48 +0100 Subject: [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 Signed-off-by: Russell King --- arch/arm/mach-pxa/cm-x270.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/mach-pxa/cm-x270.c') diff --git a/arch/arm/mach-pxa/cm-x270.c b/arch/arm/mach-pxa/cm-x270.c index 28cfd71c032..6012177a29a 100644 --- a/arch/arm/mach-pxa/cm-x270.c +++ b/arch/arm/mach-pxa/cm-x270.c @@ -29,6 +29,7 @@ #include #include +#include #include #include #include -- cgit v1.2.3