[ARM] pxa: separate out power manager and clock registers
[deliverable/linux.git] / arch / arm / mach-pxa / generic.c
index 331f29b2d0cd5e6e2cefeeb30d92fbed9fe4969a..c2f102339f576a864e739e17db446d0ea1df8b1b 100644 (file)
@@ -26,6 +26,7 @@
 #include <asm/mach/map.h>
 
 #include <asm/arch/pxa-regs.h>
+#include <asm/arch/pxa2xx-regs.h> /* for __pxa_set_cken */
 
 #include "generic.h"
 
@@ -90,11 +91,6 @@ static struct map_desc standard_io_desc[] __initdata = {
                .pfn            = __phys_to_pfn(0x40000000),
                .length         = 0x02000000,
                .type           = MT_DEVICE
-       }, {    /* LCD */
-               .virtual        =  0xf4000000,
-               .pfn            = __phys_to_pfn(0x44000000),
-               .length         = 0x00100000,
-               .type           = MT_DEVICE
        }, {    /* Mem Ctl */
                .virtual        =  0xf6000000,
                .pfn            = __phys_to_pfn(0x48000000),
This page took 0.03821 seconds and 5 git commands to generate.