diff options
Diffstat (limited to 'arch/arm/mach-pxa/trizeps4.c')
-rw-r--r-- | arch/arm/mach-pxa/trizeps4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/trizeps4.c b/arch/arm/mach-pxa/trizeps4.c index 28c79bd0a3a0..47a1f7ee2bbb 100644 --- a/arch/arm/mach-pxa/trizeps4.c +++ b/arch/arm/mach-pxa/trizeps4.c | |||
@@ -503,7 +503,7 @@ MACHINE_START(TRIZEPS4, "Keith und Koep Trizeps IV module") | |||
503 | .boot_params = TRIZEPS4_SDRAM_BASE + 0x100, | 503 | .boot_params = TRIZEPS4_SDRAM_BASE + 0x100, |
504 | .init_machine = trizeps4_init, | 504 | .init_machine = trizeps4_init, |
505 | .map_io = trizeps4_map_io, | 505 | .map_io = trizeps4_map_io, |
506 | .init_irq = pxa_init_irq, | 506 | .init_irq = pxa27x_init_irq, |
507 | .timer = &pxa_timer, | 507 | .timer = &pxa_timer, |
508 | MACHINE_END | 508 | MACHINE_END |
509 | 509 | ||