diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-11-11 16:30:47 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-01-05 13:57:15 +0100 |
commit | 114c19b7b53523a6304c4b4fc51a22d006da3726 (patch) | |
tree | 7a6f792cbee663fc1f8fabf8bcf8b902e489848f /arch/arm/mach-ks8695/generic.h | |
parent | ARM: restart: kirkwood: use new restart hook (diff) | |
download | linux-114c19b7b53523a6304c4b4fc51a22d006da3726.tar.xz linux-114c19b7b53523a6304c4b4fc51a22d006da3726.zip |
ARM: restart: ks8695: use new restart hook
Hook these platforms restart code into the new restart hook rather
than using arch_reset().
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-ks8695/generic.h')
-rw-r--r-- | arch/arm/mach-ks8695/generic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-ks8695/generic.h b/arch/arm/mach-ks8695/generic.h index 2fbfab8d5fae..f8bdb11a9c33 100644 --- a/arch/arm/mach-ks8695/generic.h +++ b/arch/arm/mach-ks8695/generic.h @@ -12,4 +12,5 @@ extern __init void ks8695_map_io(void); extern __init void ks8695_init_irq(void); +extern void ks8695_restart(char, const char *); extern struct sys_timer ks8695_timer; |