[ARM] pass reboot command line to arch_reset()
[deliverable/linux.git] / arch / arm / mach-ep93xx / include / mach / system.h
index 67789d0f329e5013c3072e7a5ffa91a633ef18c8..ed8f35e4f068f29c6c6c39934cded13712108d88 100644 (file)
@@ -9,7 +9,7 @@ static inline void arch_idle(void)
        cpu_do_idle();
 }
 
-static inline void arch_reset(char mode)
+static inline void arch_reset(char mode, const char *cmd)
 {
        u32 devicecfg;
 
This page took 0.025558 seconds and 5 git commands to generate.