[ARM] pass reboot command line to arch_reset()
[deliverable/linux.git] / arch / arm / mach-pxa / poodle.c
index 572ddec2b3e63159c53e89e79d4bbb46876bc6ae..036bbde4d22133fd6bfe7390ddc357259fdc01da 100644 (file)
@@ -501,12 +501,12 @@ static struct platform_device *devices[] __initdata = {
 
 static void poodle_poweroff(void)
 {
-       arm_machine_restart('h');
+       arm_machine_restart('h', NULL);
 }
 
-static void poodle_restart(char mode)
+static void poodle_restart(char mode, const char *cmd)
 {
-       arm_machine_restart('h');
+       arm_machine_restart('h', cmd);
 }
 
 static void __init poodle_init(void)
This page took 0.028406 seconds and 5 git commands to generate.