diff options
author | Paul Walmsley <paul@pwsan.com> | 2012-10-29 22:56:12 -0400 |
---|---|---|
committer | Paul Walmsley <paul@pwsan.com> | 2012-11-08 14:33:08 -0500 |
commit | 187e3e06e8d7050a77c3208f54edff1e1bfae31d (patch) | |
tree | 39cb9a6ebcd9e04e76d270f5ef7e6c7f508d5d4e /arch/arm/mach-omap2/board-rx51.c | |
parent | 2f334a3896714b47e24cc4cd08eed11d1a7f0d8e (diff) |
ARM: OMAP2+: board files: use SoC-specific system restart functions
Modify the board files to use the SoC-specific system restart
functions. At this point it's possible to remove omap_prcm_restart()
from mach-omap2/prcm.c.
While removing the prototypes for the now-unused restart functions, clean
up a few more obsolete prototypes in mach-omap2/clock.h.
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Tested-by: Vaibhav Hiremath <hvaibhav@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/board-rx51.c')
-rw-r--r-- | arch/arm/mach-omap2/board-rx51.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-rx51.c b/arch/arm/mach-omap2/board-rx51.c index c388aec14799..bf8f74b0ce3e 100644 --- a/arch/arm/mach-omap2/board-rx51.c +++ b/arch/arm/mach-omap2/board-rx51.c | |||
@@ -127,5 +127,5 @@ MACHINE_START(NOKIA_RX51, "Nokia RX-51 board") | |||
127 | .init_machine = rx51_init, | 127 | .init_machine = rx51_init, |
128 | .init_late = omap3430_init_late, | 128 | .init_late = omap3430_init_late, |
129 | .timer = &omap3_timer, | 129 | .timer = &omap3_timer, |
130 | .restart = omap_prcm_restart, | 130 | .restart = omap3xxx_restart, |
131 | MACHINE_END | 131 | MACHINE_END |