Commit 772b3c3f authored by Alexander Viro's avatar Alexander Viro Committed by Linus Torvalds

[PATCH] alpha sysrq compile fix

missing extern declaration in -Werror land...  Add the proper
declaration to sysrq.h.
parent 1fc697f9
......@@ -33,6 +33,7 @@ void handle_sysrq(int, struct pt_regs *, struct tty_struct *);
void __handle_sysrq(int, struct pt_regs *, struct tty_struct *);
int register_sysrq_key(int, struct sysrq_key_op *);
int unregister_sysrq_key(int, struct sysrq_key_op *);
struct sysrq_key_op *__sysrq_get_key_op(int key);
#else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment