aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/mach-pxa/generic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/generic.c b/arch/arm/mach-pxa/generic.c
index e4dbdbc2fb15..698aeec52961 100644
--- a/arch/arm/mach-pxa/generic.c
+++ b/arch/arm/mach-pxa/generic.c
@@ -196,7 +196,7 @@ static struct map_desc standard_io_desc[] __initdata = {
196 }, { /* Mem Ctl */ 196 }, { /* Mem Ctl */
197 .virtual = 0xf6000000, 197 .virtual = 0xf6000000,
198 .pfn = __phys_to_pfn(0x48000000), 198 .pfn = __phys_to_pfn(0x48000000),
199 .length = 0x00100000, 199 .length = 0x00200000,
200 .type = MT_DEVICE 200 .type = MT_DEVICE
201 }, { /* USB host */ 201 }, { /* USB host */
202 .virtual = 0xf8000000, 202 .virtual = 0xf8000000,