X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=Documentation%2Fsysrq.txt;h=3a3b30ac2a755d405d86328dabdbffbdb0587daf;hb=5599617ec0719dba3b1f85a4abca2a6c93368ae3;hp=13f5619b2203e68af6d766f66a8137dd1133d4fa;hpb=50c36504fc6090847f1fbdc7cf4852ae16d6e500;p=karo-tx-linux.git diff --git a/Documentation/sysrq.txt b/Documentation/sysrq.txt index 13f5619b2203..3a3b30ac2a75 100644 --- a/Documentation/sysrq.txt +++ b/Documentation/sysrq.txt @@ -212,7 +212,7 @@ it is currently registered in that slot. This is in case the slot has been overwritten since you registered it. The Magic SysRQ system works by registering key operations against a key op -lookup table, which is defined in 'drivers/char/sysrq.c'. This key table has +lookup table, which is defined in 'drivers/tty/sysrq.c'. This key table has a number of operations registered into it at compile time, but is mutable, and 2 functions are exported for interface to it: register_sysrq_key and unregister_sysrq_key.