]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/s390/char/ctrlchar.c
[S390] irq change build fixes.
[linux-2.6-omap-h63xx.git] / drivers / s390 / char / ctrlchar.c
index 0ea6f36a25277862234b3045f35fa6d70689baa6..49e9628d9297d632c1b20847957f811bde719f48 100644 (file)
@@ -20,10 +20,10 @@ static int ctrlchar_sysrq_key;
 static void
 ctrlchar_handle_sysrq(void *tty)
 {
-       handle_sysrq(ctrlchar_sysrq_key, NULL, (struct tty_struct *) tty);
+       handle_sysrq(ctrlchar_sysrq_key, (struct tty_struct *) tty);
 }
 
-static DECLARE_WORK(ctrlchar_work, ctrlchar_handle_sysrq, 0);
+static DECLARE_WORK(ctrlchar_work, ctrlchar_handle_sysrq, NULL);
 #endif