summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mv78xx0/common.h
diff options
context:
space:
mode:
authorRussell King2011-11-05 11:09:15 +0100
committerRussell King2012-01-05 13:57:15 +0100
commit9635f9cd49b72bddb7e40fcbc151240677b5cf5e (patch)
treef0de1d54b56c74b775c688adc986d2d1307b8f3a /arch/arm/mach-mv78xx0/common.h
parentARM: restart: mmp: use new restart hook (diff)
downloadkernel-qcow2-linux-9635f9cd49b72bddb7e40fcbc151240677b5cf5e.tar.gz
kernel-qcow2-linux-9635f9cd49b72bddb7e40fcbc151240677b5cf5e.tar.xz
kernel-qcow2-linux-9635f9cd49b72bddb7e40fcbc151240677b5cf5e.zip
ARM: restart: mv78xx0: use new restart hook
Hook these platforms restart code into the new restart hook rather than using arch_reset(). Acked-by: Nicolas pitre <nico@linaro.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-mv78xx0/common.h')
-rw-r--r--arch/arm/mach-mv78xx0/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mv78xx0/common.h b/arch/arm/mach-mv78xx0/common.h
index 632e63d65e7a..07d5f8f6be7d 100644
--- a/arch/arm/mach-mv78xx0/common.h
+++ b/arch/arm/mach-mv78xx0/common.h
@@ -46,6 +46,7 @@ void mv78xx0_uart1_init(void);
void mv78xx0_uart2_init(void);
void mv78xx0_uart3_init(void);
void mv78xx0_i2c_init(void);
+void mv78xx0_restart(char, const char *);
extern struct sys_timer mv78xx0_timer;