diff options
Diffstat (limited to 'arch/arm/mach-pxa/colibri-pxa320.c')
-rw-r--r-- | arch/arm/mach-pxa/colibri-pxa320.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/colibri-pxa320.c b/arch/arm/mach-pxa/colibri-pxa320.c index ca5f29e2e9cd..ccb2c59b2a3b 100644 --- a/arch/arm/mach-pxa/colibri-pxa320.c +++ b/arch/arm/mach-pxa/colibri-pxa320.c | |||
@@ -257,7 +257,7 @@ void __init colibri_pxa320_init(void) | |||
257 | MACHINE_START(COLIBRI320, "Toradex Colibri PXA320") | 257 | MACHINE_START(COLIBRI320, "Toradex Colibri PXA320") |
258 | .boot_params = COLIBRI_SDRAM_BASE + 0x100, | 258 | .boot_params = COLIBRI_SDRAM_BASE + 0x100, |
259 | .init_machine = colibri_pxa320_init, | 259 | .init_machine = colibri_pxa320_init, |
260 | .map_io = pxa_map_io, | 260 | .map_io = pxa3xx_map_io, |
261 | .init_irq = pxa3xx_init_irq, | 261 | .init_irq = pxa3xx_init_irq, |
262 | .timer = &pxa_timer, | 262 | .timer = &pxa_timer, |
263 | MACHINE_END | 263 | MACHINE_END |