diff options
Diffstat (limited to 'arch/arm/mach-mmp/flint.c')
-rw-r--r-- | arch/arm/mach-mmp/flint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mmp/flint.c b/arch/arm/mach-mmp/flint.c index e77bb0a63b42..e4312d238eae 100644 --- a/arch/arm/mach-mmp/flint.c +++ b/arch/arm/mach-mmp/flint.c | |||
@@ -115,7 +115,7 @@ static void __init flint_init(void) | |||
115 | MACHINE_START(FLINT, "Flint Development Platform") | 115 | MACHINE_START(FLINT, "Flint Development Platform") |
116 | .phys_io = APB_PHYS_BASE, | 116 | .phys_io = APB_PHYS_BASE, |
117 | .io_pg_offst = (APB_VIRT_BASE >> 18) & 0xfffc, | 117 | .io_pg_offst = (APB_VIRT_BASE >> 18) & 0xfffc, |
118 | .map_io = pxa_map_io, | 118 | .map_io = mmp_map_io, |
119 | .init_irq = mmp2_init_irq, | 119 | .init_irq = mmp2_init_irq, |
120 | .timer = &mmp2_timer, | 120 | .timer = &mmp2_timer, |
121 | .init_machine = flint_init, | 121 | .init_machine = flint_init, |