From 6f91c5a46cf8f083e9316ce238d1aadb629f41dc Mon Sep 17 00:00:00 2001 From: Russell King Date: Sat, 5 Nov 2011 15:43:30 +0000 Subject: ARM: restart: mxs: use new restart hook Hook these platforms restart code into the new restart hook rather than using arch_reset(). Acked-by: Shawn Guo Signed-off-by: Russell King --- arch/arm/mach-mxs/system.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/arm/mach-mxs/system.c') diff --git a/arch/arm/mach-mxs/system.c b/arch/arm/mach-mxs/system.c index cab88364e7c1..b936633b7682 100644 --- a/arch/arm/mach-mxs/system.c +++ b/arch/arm/mach-mxs/system.c @@ -42,7 +42,7 @@ static void __iomem *mxs_clkctrl_reset_addr; /* * Reset the system. It is called by machine_restart(). */ -void arch_reset(char mode, const char *cmd) +void mxs_restart(char mode, const char *cmd) { /* reset the chip */ __mxs_setl(MXS_CLKCTRL_RESET_CHIP, mxs_clkctrl_reset_addr); -- cgit v1.2.3