diff options
author | Olaf Hering <olaf@aepfle.de> | 2006-09-30 23:27:51 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-01 00:39:22 -0700 |
commit | fb48388337182013bce811b9c336e8e64b0c858b (patch) | |
tree | dbf052a3911e2e0468d82ddd6d0f1adb8d2c67c3 /include/asm-h8300 | |
parent | e4e040887b8f136d00e253dcf584667d8cd560a6 (diff) | |
download | linux-3.10-fb48388337182013bce811b9c336e8e64b0c858b.tar.gz linux-3.10-fb48388337182013bce811b9c336e8e64b0c858b.tar.bz2 linux-3.10-fb48388337182013bce811b9c336e8e64b0c858b.zip |
[PATCH] remove SYSRQ_KEY and related defines from ppc/sh/h8300
Remove unused global SYSRQ_KEY from ppc and powerpc
Remove unused define SYSRQ_KEY from sh/sh64 and h8300
Remove unused pckbd_sysrq_xlate and kbd_sysrq_xlate usage
Signed-off-by: Olaf Hering <olaf@aepfle.de>
Cc: Paul Mundt <lethal@linux-sh.org>
Cc: Kazumoto Kojima <kkojima@rr.iij4u.or.jp>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-h8300')
-rw-r--r-- | include/asm-h8300/keyboard.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/asm-h8300/keyboard.h b/include/asm-h8300/keyboard.h index fbad65e8a5c..90efbd65539 100644 --- a/include/asm-h8300/keyboard.h +++ b/include/asm-h8300/keyboard.h @@ -18,14 +18,6 @@ #define kbd_enable_irq(x...) do {;} while (0) #define kbd_disable_irq(x...) do {;} while (0) - -/* needed if MAGIC_SYSRQ is enabled for serial console */ -#ifndef SYSRQ_KEY -#define SYSRQ_KEY ((unsigned char)(-1)) -#define kbd_sysrq_xlate ((unsigned char *)NULL) -#endif - - #endif /* _H8300_KEYBOARD_H */ |