diff options
| author | Alexander Viro <viro@parcelfarce.linux.theplanet.co.uk> | 2004-11-14 02:56:35 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-11-14 02:56:35 -0800 |
| commit | 772b3c3f35276d24e17e3d58eeb0c6268ec2c70b (patch) | |
| tree | ba26cc3505c0afb1fe6b05e104a54f41c4d2bed2 /include/linux | |
| parent | 1fc697f99ba3a91cdaa6c989ef3a6c0a7b3d388b (diff) | |
[PATCH] alpha sysrq compile fix
missing extern declaration in -Werror land... Add the proper
declaration to sysrq.h.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/sysrq.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sysrq.h b/include/linux/sysrq.h index 94cbe97bd8e6..b8415f065ef8 100644 --- a/include/linux/sysrq.h +++ b/include/linux/sysrq.h @@ -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 |
