aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/mach-smdkv310.c
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2012-01-03 05:56:53 -0500
committerRussell King <rmk+kernel@arm.linux.org.uk>2012-01-05 07:57:10 -0500
commit9eb4859564d6e104f78abde15e7f0ca996b71236 (patch)
tree8f0c5cb6e7e6968b87cc9fc96c850740ed49e9b0 /arch/arm/mach-exynos/mach-smdkv310.c
parent3275166e0355131aa2349bf614a32591cfe1e118 (diff)
ARM: 7262/1: restart: EXYNOS: use new restart hook
Hook these platforms restart code into the new restart hook rather than using arch_reset(). [kgene.kim@samsung.com: according to local header, updated] Signed-off-by: Kukjin Kim <kgene.kim@samsung.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-exynos/mach-smdkv310.c')
-rw-r--r--arch/arm/mach-exynos/mach-smdkv310.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/mach-smdkv310.c b/arch/arm/mach-exynos/mach-smdkv310.c
index cf21d666d124..f2552ff5ddb0 100644
--- a/arch/arm/mach-exynos/mach-smdkv310.c
+++ b/arch/arm/mach-exynos/mach-smdkv310.c
@@ -379,6 +379,7 @@ MACHINE_START(SMDKV310, "SMDKV310")
379 .init_machine = smdkv310_machine_init, 379 .init_machine = smdkv310_machine_init,
380 .timer = &exynos4_timer, 380 .timer = &exynos4_timer,
381 .reserve = &smdkv310_reserve, 381 .reserve = &smdkv310_reserve,
382 .restart = exynos4_restart,
382MACHINE_END 383MACHINE_END
383 384
384MACHINE_START(SMDKC210, "SMDKC210") 385MACHINE_START(SMDKC210, "SMDKC210")
@@ -388,4 +389,5 @@ MACHINE_START(SMDKC210, "SMDKC210")
388 .map_io = smdkv310_map_io, 389 .map_io = smdkv310_map_io,
389 .init_machine = smdkv310_machine_init, 390 .init_machine = smdkv310_machine_init,
390 .timer = &exynos4_timer, 391 .timer = &exynos4_timer,
392 .restart = exynos4_restart,
391MACHINE_END 393MACHINE_END