From b56a7c6b36388b3eca887bd5d24f297e63e5bb5b Mon Sep 17 00:00:00 2001 From: Russell King Date: Thu, 3 Nov 2011 11:43:08 +0000 Subject: ARM: restart: versatile: use new restart hook Hook these platforms restart code into the new restart hook rather than using arch_reset(). Signed-off-by: Russell King --- arch/arm/mach-versatile/core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/mach-versatile/core.h') diff --git a/arch/arm/mach-versatile/core.h b/arch/arm/mach-versatile/core.h index e01422700eb..2ef2f555f31 100644 --- a/arch/arm/mach-versatile/core.h +++ b/arch/arm/mach-versatile/core.h @@ -30,6 +30,7 @@ extern void __init versatile_init_early(void); extern void __init versatile_init_irq(void); extern void __init versatile_map_io(void); extern struct sys_timer versatile_timer; +extern void versatile_restart(char, const char *); extern unsigned int mmc_status(struct device *dev); #ifdef CONFIG_OF extern struct of_dev_auxdata versatile_auxdata_lookup[]; -- cgit v1.2.3