aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/mach-pxa/generic.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-pxa/generic.c b/arch/arm/mach-pxa/generic.c
index 331f29b2d0cd..44617938f3f1 100644
--- a/arch/arm/mach-pxa/generic.c
+++ b/arch/arm/mach-pxa/generic.c
@@ -90,11 +90,6 @@ static struct map_desc standard_io_desc[] __initdata = {
90 .pfn = __phys_to_pfn(0x40000000), 90 .pfn = __phys_to_pfn(0x40000000),
91 .length = 0x02000000, 91 .length = 0x02000000,
92 .type = MT_DEVICE 92 .type = MT_DEVICE
93 }, { /* LCD */
94 .virtual = 0xf4000000,
95 .pfn = __phys_to_pfn(0x44000000),
96 .length = 0x00100000,
97 .type = MT_DEVICE
98 }, { /* Mem Ctl */ 93 }, { /* Mem Ctl */
99 .virtual = 0xf6000000, 94 .virtual = 0xf6000000,
100 .pfn = __phys_to_pfn(0x48000000), 95 .pfn = __phys_to_pfn(0x48000000),