diff options
Diffstat (limited to 'arch/arm/mach-pxa/colibri-pxa300.c')
-rw-r--r-- | arch/arm/mach-pxa/colibri-pxa300.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/colibri-pxa300.c b/arch/arm/mach-pxa/colibri-pxa300.c index a70b256591e6..d039bd1e2e40 100644 --- a/arch/arm/mach-pxa/colibri-pxa300.c +++ b/arch/arm/mach-pxa/colibri-pxa300.c | |||
@@ -188,7 +188,7 @@ void __init colibri_pxa300_init(void) | |||
188 | MACHINE_START(COLIBRI300, "Toradex Colibri PXA300") | 188 | MACHINE_START(COLIBRI300, "Toradex Colibri PXA300") |
189 | .boot_params = COLIBRI_SDRAM_BASE + 0x100, | 189 | .boot_params = COLIBRI_SDRAM_BASE + 0x100, |
190 | .init_machine = colibri_pxa300_init, | 190 | .init_machine = colibri_pxa300_init, |
191 | .map_io = pxa_map_io, | 191 | .map_io = pxa3xx_map_io, |
192 | .init_irq = pxa3xx_init_irq, | 192 | .init_irq = pxa3xx_init_irq, |
193 | .timer = &pxa_timer, | 193 | .timer = &pxa_timer, |
194 | MACHINE_END | 194 | MACHINE_END |