You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[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>
This commit is contained in:
committed by
Linus Torvalds
parent
e4e040887b
commit
fb48388337
@@ -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 */
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user