X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fsysrq.h;h=7fe8012f79f9823e83e0bb266a54e6d3e1eecd2c;hb=eb643825dab24bf61fe40ea800c5be013315220d;hp=1acdb0bd46899213527afb4401f86166733428ae;hpb=86090fcac5e27b630656fe3d963a6b80e26dac44;p=linux-2.6.git diff --git a/include/linux/sysrq.h b/include/linux/sysrq.h index 1acdb0bd4..7fe8012f7 100644 --- a/include/linux/sysrq.h +++ b/include/linux/sysrq.h @@ -30,13 +30,7 @@ struct sysrq_key_op { */ void handle_sysrq(int, struct pt_regs *, struct tty_struct *); - -/* - * Nonlocking version of handle sysrq, used by sysrq handlers that need to - * call sysrq handlers - */ - -void __handle_sysrq_nolock(int, struct pt_regs *, struct tty_struct *); +void __handle_sysrq(int, struct pt_regs *, struct tty_struct *); /* * Sysrq registration manipulation functions