diff options
Diffstat (limited to 'arch/arm/mach-pxa/mainstone.c')
-rw-r--r-- | arch/arm/mach-pxa/mainstone.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/mainstone.c b/arch/arm/mach-pxa/mainstone.c index 5d2f76b6df0e..827b7b5a5be8 100644 --- a/arch/arm/mach-pxa/mainstone.c +++ b/arch/arm/mach-pxa/mainstone.c | |||
@@ -348,7 +348,7 @@ MACHINE_START(MAINSTONE, "Intel HCDDBBVA0 Development Platform (aka Mainstone)") | |||
348 | /* Maintainer: MontaVista Software Inc. */ | 348 | /* Maintainer: MontaVista Software Inc. */ |
349 | .phys_ram = 0xa0000000, | 349 | .phys_ram = 0xa0000000, |
350 | .phys_io = 0x40000000, | 350 | .phys_io = 0x40000000, |
351 | .io_pg_offst = ((io_p2v(0x40000000) >> 18) & 0xfffc,) | 351 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, |
352 | .map_io = mainstone_map_io, | 352 | .map_io = mainstone_map_io, |
353 | .init_irq = mainstone_init_irq, | 353 | .init_irq = mainstone_init_irq, |
354 | .timer = &pxa_timer, | 354 | .timer = &pxa_timer, |