This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / kernel / power / poweroff.c
index 875d8f1..d921459 100644 (file)
@@ -21,7 +21,7 @@ static void do_poweroff(void *dummy)
                pm_power_off();
 }
 
-static DECLARE_WORK(poweroff_work, do_poweroff, NULL);
+static DECLARE_WORK(poweroff_work, do_poweroff, 0);
 
 static void handle_poweroff(int key, struct pt_regs *pt_regs,
                                struct tty_struct *tty)