aboutsummaryrefslogtreecommitdiff
path: root/include/asm-arm/arch-pxa/system.h
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2008-05-18 14:59:36 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-06-02 19:33:27 +0100
commit0b0a9df6038752674e54e333cd247c877d29aab8 (patch)
treee37fc9e517d8201b180aa88d70ec5f215a0ca285 /include/asm-arm/arch-pxa/system.h
parentbc3a595988468b8a9c2526b9fb8d7bcaa27cc1a7 (diff)
[ARM] pxa: separate out power manager and clock registers
The power manager and core clock registers aren't present in PXA3 CPUs. Move them out of pxa-regs.h into pxa2xx-regs.h, and include pxa2xx-regs.h where necessary. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/arch-pxa/system.h')
-rw-r--r--include/asm-arm/arch-pxa/system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-arm/arch-pxa/system.h b/include/asm-arm/arch-pxa/system.h
index 9aa6c2e939e..ba7e132de1b 100644
--- a/include/asm-arm/arch-pxa/system.h
+++ b/include/asm-arm/arch-pxa/system.h
@@ -12,6 +12,7 @@
#include <asm/proc-fns.h>
#include "hardware.h"
+#include "pxa2xx-regs.h"
#include "pxa-regs.h"
static inline void arch_idle(void)