diff options
Diffstat (limited to 'arch/arm/mach-pxa/idp.c')
-rw-r--r-- | arch/arm/mach-pxa/idp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/idp.c b/arch/arm/mach-pxa/idp.c index f82f5aad560a..386e107b53cc 100644 --- a/arch/arm/mach-pxa/idp.c +++ b/arch/arm/mach-pxa/idp.c | |||
@@ -184,7 +184,7 @@ MACHINE_START(PXA_IDP, "Vibren PXA255 IDP") | |||
184 | /* Maintainer: Vibren Technologies */ | 184 | /* Maintainer: Vibren Technologies */ |
185 | .phys_ram = 0xa0000000, | 185 | .phys_ram = 0xa0000000, |
186 | .phys_io = 0x40000000, | 186 | .phys_io = 0x40000000, |
187 | .io_pg_offst = ((io_p2v(0x40000000) >> 18) & 0xfffc,) | 187 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, |
188 | .map_io = idp_map_io, | 188 | .map_io = idp_map_io, |
189 | .init_irq = idp_init_irq, | 189 | .init_irq = idp_init_irq, |
190 | .timer = &pxa_timer, | 190 | .timer = &pxa_timer, |