summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mxs/include/mach/system.h
diff options
context:
space:
mode:
authorRussell King2011-11-05 16:43:30 +0100
committerRussell King2012-01-05 13:57:15 +0100
commit6f91c5a46cf8f083e9316ce238d1aadb629f41dc (patch)
tree3732727c82153e045b903abd243ecf6e45cd649c /arch/arm/mach-mxs/include/mach/system.h
parentARM: restart: mxc: use new restart hook (diff)
downloadkernel-qcow2-linux-6f91c5a46cf8f083e9316ce238d1aadb629f41dc.tar.gz
kernel-qcow2-linux-6f91c5a46cf8f083e9316ce238d1aadb629f41dc.tar.xz
kernel-qcow2-linux-6f91c5a46cf8f083e9316ce238d1aadb629f41dc.zip
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/include/mach/system.h')
-rw-r--r--arch/arm/mach-mxs/include/mach/system.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-mxs/include/mach/system.h b/arch/arm/mach-mxs/include/mach/system.h
index 0e428239b433..bcd8989285d6 100644
--- a/arch/arm/mach-mxs/include/mach/system.h
+++ b/arch/arm/mach-mxs/include/mach/system.h
@@ -22,6 +22,8 @@ static inline void arch_idle(void)
cpu_do_idle();
}
-void arch_reset(char mode, const char *cmd);
+static inline void arch_reset(char mode, const char *cmd)
+{
+}
#endif /* __MACH_MXS_SYSTEM_H__ */