diff options
Diffstat (limited to 'arch/arm/mach-mmp/jasper.c')
-rw-r--r-- | arch/arm/mach-mmp/jasper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mmp/jasper.c b/arch/arm/mach-mmp/jasper.c index 8e2b1710cc2c..80c3e7ab1e17 100644 --- a/arch/arm/mach-mmp/jasper.c +++ b/arch/arm/mach-mmp/jasper.c | |||
@@ -136,7 +136,7 @@ static void __init jasper_init(void) | |||
136 | MACHINE_START(MARVELL_JASPER, "Jasper Development Platform") | 136 | MACHINE_START(MARVELL_JASPER, "Jasper Development Platform") |
137 | .phys_io = APB_PHYS_BASE, | 137 | .phys_io = APB_PHYS_BASE, |
138 | .io_pg_offst = (APB_VIRT_BASE >> 18) & 0xfffc, | 138 | .io_pg_offst = (APB_VIRT_BASE >> 18) & 0xfffc, |
139 | .map_io = pxa_map_io, | 139 | .map_io = mmp_map_io, |
140 | .init_irq = mmp2_init_irq, | 140 | .init_irq = mmp2_init_irq, |
141 | .timer = &mmp2_timer, | 141 | .timer = &mmp2_timer, |
142 | .init_machine = jasper_init, | 142 | .init_machine = jasper_init, |