diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-11-05 19:43:30 +0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-01-05 16:57:15 +0400 |
commit | 6f91c5a46cf8f083e9316ce238d1aadb629f41dc (patch) | |
tree | 3732727c82153e045b903abd243ecf6e45cd649c /arch/arm/mach-mxs/mach-stmp378x_devb.c | |
parent | 65ea7884bc12c45bc19424b0287aa3b24b022721 (diff) | |
download | linux-6f91c5a46cf8f083e9316ce238d1aadb629f41dc.tar.xz |
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 <shawn.guo@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-mxs/mach-stmp378x_devb.c')
-rw-r--r-- | arch/arm/mach-mxs/mach-stmp378x_devb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mxs/mach-stmp378x_devb.c b/arch/arm/mach-mxs/mach-stmp378x_devb.c index 6834dea38c04..a626c07b8713 100644 --- a/arch/arm/mach-mxs/mach-stmp378x_devb.c +++ b/arch/arm/mach-mxs/mach-stmp378x_devb.c @@ -117,4 +117,5 @@ MACHINE_START(STMP378X, "STMP378X") .init_irq = mx23_init_irq, .timer = &stmp378x_dvb_timer, .init_machine = stmp378x_dvb_init, + .restart = mxs_restart, MACHINE_END |