tty: sysrq: switch sysrq handlers from int to u8
[linux-2.6-block.git] / kernel / debug / debug_core.c
index d5e9ccde3ab8e97f51e93b8fb57ba0e2a101ecfc..621037a0aa870e44fab877eaf6770452ca90f9b9 100644 (file)
@@ -968,7 +968,7 @@ static int __init opt_kgdb_con(char *str)
 early_param("kgdbcon", opt_kgdb_con);
 
 #ifdef CONFIG_MAGIC_SYSRQ
-static void sysrq_handle_dbg(int key)
+static void sysrq_handle_dbg(u8 key)
 {
        if (!dbg_io_ops) {
                pr_crit("ERROR: No KGDB I/O module available\n");