[ARM] 5069/1: pxa: include pxa2xx-regs.h in reset.c for RSCR
authorPhilipp Zabel <philipp.zabel@gmail.com>
Thu, 29 May 2008 20:18:07 +0000 (21:18 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 7 Jul 2008 12:21:53 +0000 (13:21 +0100)
The RCSR definition was moved into pxa2xx-regs.h.

Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
Acked-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-pxa/reset.c

index 551f313..9d39dea 100644 (file)
@@ -11,6 +11,7 @@
 #include <asm/proc-fns.h>
 
 #include <asm/arch/pxa-regs.h>
+#include <asm/arch/pxa2xx-regs.h>
 
 static void do_hw_reset(void);