]> 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 d83eb6358bac503f6a12d30ec533e9023dc458ba..49e9628d9297d632c1b20847957f811bde719f48 100644 (file)
@@ -20,7 +20,7 @@ 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, NULL);