diff options
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 |
