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-n8x0.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-n8x0.c')
-rw-r--r-- | arch/arm/mach-omap2/board-n8x0.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/board-n8x0.c b/arch/arm/mach-omap2/board-n8x0.c index e3efcb88cb3b..a4e167c55c1d 100644 --- a/arch/arm/mach-omap2/board-n8x0.c +++ b/arch/arm/mach-omap2/board-n8x0.c | |||
@@ -690,7 +690,7 @@ MACHINE_START(NOKIA_N800, "Nokia N800") | |||
690 | .init_machine = n8x0_init_machine, | 690 | .init_machine = n8x0_init_machine, |
691 | .init_late = omap2420_init_late, | 691 | .init_late = omap2420_init_late, |
692 | .timer = &omap2_timer, | 692 | .timer = &omap2_timer, |
693 | .restart = omap_prcm_restart, | 693 | .restart = omap2xxx_restart, |
694 | MACHINE_END | 694 | MACHINE_END |
695 | 695 | ||
696 | MACHINE_START(NOKIA_N810, "Nokia N810") | 696 | MACHINE_START(NOKIA_N810, "Nokia N810") |
@@ -703,7 +703,7 @@ MACHINE_START(NOKIA_N810, "Nokia N810") | |||
703 | .init_machine = n8x0_init_machine, | 703 | .init_machine = n8x0_init_machine, |
704 | .init_late = omap2420_init_late, | 704 | .init_late = omap2420_init_late, |
705 | .timer = &omap2_timer, | 705 | .timer = &omap2_timer, |
706 | .restart = omap_prcm_restart, | 706 | .restart = omap2xxx_restart, |
707 | MACHINE_END | 707 | MACHINE_END |
708 | 708 | ||
709 | MACHINE_START(NOKIA_N810_WIMAX, "Nokia N810 WiMAX") | 709 | MACHINE_START(NOKIA_N810_WIMAX, "Nokia N810 WiMAX") |
@@ -716,5 +716,5 @@ MACHINE_START(NOKIA_N810_WIMAX, "Nokia N810 WiMAX") | |||
716 | .init_machine = n8x0_init_machine, | 716 | .init_machine = n8x0_init_machine, |
717 | .init_late = omap2420_init_late, | 717 | .init_late = omap2420_init_late, |
718 | .timer = &omap2_timer, | 718 | .timer = &omap2_timer, |
719 | .restart = omap_prcm_restart, | 719 | .restart = omap2xxx_restart, |
720 | MACHINE_END | 720 | MACHINE_END |