diff options
| author | Linus Torvalds <torvalds@athlon.transmeta.com> | 2002-02-04 18:12:47 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@athlon.transmeta.com> | 2002-02-04 18:12:47 -0800 |
| commit | d39a11f309a4fdeeed232dd6c0f00604d11a4aea (patch) | |
| tree | 7a7f994448bd8f12ff077bbffb1dca345dfe8234 /drivers/input/keybdev.c | |
| parent | 1a0153507ffae9cf3350e76c12d441788c0191e1 (diff) | |
v2.4.3.3 -> v2.4.3.4
- David Miller: sparc rw semaphores moved over
- Alan Cox: yet more resyncs
- NIIBE Yutaka: Super-H driver update
- David Howells: more rw-sem cleanups, updates
- USB updates
- Al Viro: filesystem init cleanup
Diffstat (limited to 'drivers/input/keybdev.c')
| -rw-r--r-- | drivers/input/keybdev.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/input/keybdev.c b/drivers/input/keybdev.c index c2d5b3a1ce8d..502cc97d9a1d 100644 --- a/drivers/input/keybdev.c +++ b/drivers/input/keybdev.c @@ -37,7 +37,8 @@ #include <linux/module.h> #include <linux/kbd_kern.h> -#if defined(CONFIG_X86) || defined(CONFIG_IA64) || defined(__alpha__) || defined(__mips__) || defined(CONFIG_SPARC64) +#if defined(CONFIG_X86) || defined(CONFIG_IA64) || defined(__alpha__) || \ + defined(__mips__) || defined(CONFIG_SPARC64) || defined(CONFIG_SUPERH) static int x86_sysrq_alt = 0; #ifdef CONFIG_SPARC64 |
