Merge commit 'origin/master' into next
[sfrench/cifs-2.6.git] / arch / arm / mach-iop33x / include / mach / system.h
index 7bf3bfb49446404afe2c684e92b1afbf60b8e002..f192a34be0731969dec3547d846db75cd8920fad 100644 (file)
@@ -7,13 +7,14 @@
  * it under the terms of the GNU General Public License version 2 as
  * published by the Free Software Foundation.
  */
+#include <asm/hardware/iop3xx.h>
 
 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)
 {
        *IOP3XX_PCSR = 0x30;