From 6338b66f8a8c5bc8ff8671acbfdda02756e92c0a Mon Sep 17 00:00:00 2001 From: Russell King Date: Thu, 3 Nov 2011 19:54:37 +0000 Subject: ARM: restart: integrator: use new restart hook Hook these platforms restart code into the new restart hook rather than using arch_reset(). Acked-by: Linus Walleij Signed-off-by: Russell King --- arch/arm/mach-integrator/common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/mach-integrator/common.h') diff --git a/arch/arm/mach-integrator/common.h b/arch/arm/mach-integrator/common.h index a08f9b0299df..899561d8db28 100644 --- a/arch/arm/mach-integrator/common.h +++ b/arch/arm/mach-integrator/common.h @@ -1,2 +1,3 @@ void integrator_init_early(void); void integrator_reserve(void); +void integrator_restart(char, const char *); -- cgit v1.2.3