diff options
author | Russell King | 2011-12-22 23:36:02 +0100 |
---|---|---|
committer | Russell King | 2012-01-05 12:57:19 +0000 |
commit | 1f34f0e2fb862b0399b4221a2be8589a4bfb194b (patch) | |
tree | c187dd8f589e4c476e0464ce9d4c3fa28767c21b /arch/arm/mach-s5pv210/common.h | |
parent | 5497d2e1d63bfdd707d4b19651c4127545ccd135 (diff) |
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/common.h b/arch/arm/mach-s5pv210/common.h index f74ef965bba3..6ed2af5c7518 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); |