diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2011-12-22 23:35:21 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-01-05 12:57:19 +0000 |
commit | 5497d2e1d63bfdd707d4b19651c4127545ccd135 (patch) | |
tree | 56fac6bd7f87aa06afd4f1f9c8532d2cd943c73d /arch/arm/mach-s5pc100/common.h | |
parent | 73aed8b9493f98edaabe4395c4043c4d3bccf7e1 (diff) | |
download | kernel_goldelico_gta04-5497d2e1d63bfdd707d4b19651c4127545ccd135.zip kernel_goldelico_gta04-5497d2e1d63bfdd707d4b19651c4127545ccd135.tar.gz kernel_goldelico_gta04-5497d2e1d63bfdd707d4b19651c4127545ccd135.tar.bz2 |
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pc100/common.h b/arch/arm/mach-s5pc100/common.h index 4822b87..9fbd3ae 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); |