summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5pc100/common.h
diff options
context:
space:
mode:
authorKukjin Kim2011-12-22 23:35:21 +0100
committerRussell King2012-01-05 13:57:19 +0100
commit5497d2e1d63bfdd707d4b19651c4127545ccd135 (patch)
tree56fac6bd7f87aa06afd4f1f9c8532d2cd943c73d /arch/arm/mach-s5pc100/common.h
parentARM: 7250/1: restart: S5P64X0: use new restart hook (diff)
downloadkernel-qcow2-linux-5497d2e1d63bfdd707d4b19651c4127545ccd135.tar.gz
kernel-qcow2-linux-5497d2e1d63bfdd707d4b19651c4127545ccd135.tar.xz
kernel-qcow2-linux-5497d2e1d63bfdd707d4b19651c4127545ccd135.zip
ARM: 7251/1: restart: S5PC100: use new restart hook
Hook these platforms restart code into the new restart hook rather than using arch_reset(). Cc: Ben Dooks <ben-linux@fluff.org> 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-s5pc100/common.h')
-rw-r--r--arch/arm/mach-s5pc100/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pc100/common.h b/arch/arm/mach-s5pc100/common.h
index 4822b872a468..9fbd3ae2b401 100644
--- a/arch/arm/mach-s5pc100/common.h
+++ b/arch/arm/mach-s5pc100/common.h
@@ -18,6 +18,8 @@ void s5pc100_init_irq(void);
void s5pc100_register_clocks(void);
void s5pc100_setup_clocks(void);
+void s5pc100_restart(char mode, const char *cmd);
+
#ifdef CONFIG_CPU_S5PC100
extern int s5pc100_init(void);