diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-05-18 14:59:36 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-06-02 19:33:27 +0100 |
commit | 0b0a9df6038752674e54e333cd247c877d29aab8 (patch) | |
tree | e37fc9e517d8201b180aa88d70ec5f215a0ca285 /arch/arm/mach-pxa/magician.c | |
parent | bc3a595988468b8a9c2526b9fb8d7bcaa27cc1a7 (diff) | |
download | linux-3.10-0b0a9df6038752674e54e333cd247c877d29aab8.tar.gz linux-3.10-0b0a9df6038752674e54e333cd247c877d29aab8.tar.bz2 linux-3.10-0b0a9df6038752674e54e333cd247c877d29aab8.zip |
[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 'arch/arm/mach-pxa/magician.c')
-rw-r--r-- | arch/arm/mach-pxa/magician.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/magician.c b/arch/arm/mach-pxa/magician.c index badba064dc0..b94cae48314 100644 --- a/arch/arm/mach-pxa/magician.c +++ b/arch/arm/mach-pxa/magician.c @@ -33,6 +33,7 @@ #include <asm/arch/magician.h> #include <asm/arch/mfp-pxa27x.h> #include <asm/arch/pxa-regs.h> +#include <asm/arch/pxa2xx-regs.h> #include <asm/arch/pxafb.h> #include <asm/arch/i2c.h> #include <asm/arch/mmc.h> |