summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5pv210/common.h
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2011-12-22 23:36:02 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2012-01-05 12:57:19 +0000
commit1f34f0e2fb862b0399b4221a2be8589a4bfb194b (patch)
treec187dd8f589e4c476e0464ce9d4c3fa28767c21b /arch/arm/mach-s5pv210/common.h
parent5497d2e1d63bfdd707d4b19651c4127545ccd135 (diff)
downloadlinux-0-day-1f34f0e2fb862b0399b4221a2be8589a4bfb194b.tar.gz
linux-0-day-1f34f0e2fb862b0399b4221a2be8589a4bfb194b.tar.xz
ARM: 7252/1: restart: S5PV210: 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-s5pv210/common.h')
-rw-r--r--arch/arm/mach-s5pv210/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/common.h b/arch/arm/mach-s5pv210/common.h
index f74ef965bba31..6ed2af5c75189 100644
--- a/arch/arm/mach-s5pv210/common.h
+++ b/arch/arm/mach-s5pv210/common.h
@@ -18,6 +18,8 @@ void s5pv210_init_irq(void);
void s5pv210_register_clocks(void);
void s5pv210_setup_clocks(void);
+void s5pv210_restart(char mode, const char *cmd);
+
#ifdef CONFIG_CPU_S5PV210
extern int s5pv210_init(void);