[S390] Fix sparse warnings.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
Heiko Carstens
2006-07-12 16:41:55 +02:00
committed by Martin Schwidefsky
parent 7e560814de
commit d2c993d845
40 changed files with 156 additions and 152 deletions

View File

@@ -23,7 +23,7 @@ ctrlchar_handle_sysrq(void *tty)
handle_sysrq(ctrlchar_sysrq_key, NULL, (struct tty_struct *) tty);
}
static DECLARE_WORK(ctrlchar_work, ctrlchar_handle_sysrq, 0);
static DECLARE_WORK(ctrlchar_work, ctrlchar_handle_sysrq, NULL);
#endif