diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-3430sdp.c')
-rw-r--r-- | arch/arm/mach-omap2/board-3430sdp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-3430sdp.c b/arch/arm/mach-omap2/board-3430sdp.c index 79fd9048fd79..6601754f9512 100644 --- a/arch/arm/mach-omap2/board-3430sdp.c +++ b/arch/arm/mach-omap2/board-3430sdp.c | |||
@@ -597,5 +597,5 @@ MACHINE_START(OMAP_3430SDP, "OMAP3430 3430SDP board") | |||
597 | .init_machine = omap_3430sdp_init, | 597 | .init_machine = omap_3430sdp_init, |
598 | .init_late = omap3430_init_late, | 598 | .init_late = omap3430_init_late, |
599 | .timer = &omap3_timer, | 599 | .timer = &omap3_timer, |
600 | .restart = omap_prcm_restart, | 600 | .restart = omap3xxx_restart, |
601 | MACHINE_END | 601 | MACHINE_END |