]> 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 be463242cf0f6c4a1262e53786bba5da4b48ba92..49e9628d9297d632c1b20847957f811bde719f48 100644 (file)
@@ -7,7 +7,6 @@
  *
  */
 
-#include <linux/config.h>
 #include <linux/stddef.h>
 #include <asm/errno.h>
 #include <linux/sysrq.h>
@@ -21,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