diff options
Diffstat (limited to 'arch/arm/mach-shmobile/board-ap4evb.c')
-rw-r--r-- | arch/arm/mach-shmobile/board-ap4evb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-ap4evb.c b/arch/arm/mach-shmobile/board-ap4evb.c index 08294fa9e0d4..2928cd686808 100644 --- a/arch/arm/mach-shmobile/board-ap4evb.c +++ b/arch/arm/mach-shmobile/board-ap4evb.c | |||
@@ -1344,5 +1344,5 @@ MACHINE_START(AP4EVB, "ap4evb") | |||
1344 | .handle_irq = shmobile_handle_irq_intc, | 1344 | .handle_irq = shmobile_handle_irq_intc, |
1345 | .init_machine = ap4evb_init, | 1345 | .init_machine = ap4evb_init, |
1346 | .init_late = sh7372_pm_init_late, | 1346 | .init_late = sh7372_pm_init_late, |
1347 | .timer = &shmobile_timer, | 1347 | .init_time = sh7372_earlytimer_init, |
1348 | MACHINE_END | 1348 | MACHINE_END |