diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-11-28 05:48:02 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-01-05 07:57:16 -0500 |
commit | 35b47a405db2b26ce4e541e7add02e792b04f1fe (patch) | |
tree | 96946eeda9923f29a8e609f5becc44e6dbe86b7d /arch/arm/mach-nomadik/cpu-8815.h | |
parent | 8fb06b124288bf11d9fc2406864ef419c0ebce85 (diff) |
ARM: restart: nomadik: use new restart hook
Hook the Nomadik NHK platform restart code into the new restart hook.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-nomadik/cpu-8815.h')
-rw-r--r-- | arch/arm/mach-nomadik/cpu-8815.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-nomadik/cpu-8815.h b/arch/arm/mach-nomadik/cpu-8815.h index e041794ac681..71c21e8a11dc 100644 --- a/arch/arm/mach-nomadik/cpu-8815.h +++ b/arch/arm/mach-nomadik/cpu-8815.h | |||
@@ -1,3 +1,4 @@ | |||
1 | extern void cpu8815_map_io(void); | 1 | extern void cpu8815_map_io(void); |
2 | extern void cpu8815_platform_init(void); | 2 | extern void cpu8815_platform_init(void); |
3 | extern void cpu8815_init_irq(void); | 3 | extern void cpu8815_init_irq(void); |
4 | extern void cpu8815_restart(char, const char *); | ||