diff options
Diffstat (limited to 'drivers/char/qtronix.c')
-rw-r--r-- | drivers/char/qtronix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/qtronix.c b/drivers/char/qtronix.c index 1087530e585..9d134e98d2a 100644 --- a/drivers/char/qtronix.c +++ b/drivers/char/qtronix.c @@ -144,7 +144,7 @@ void __init init_qtronix_990P_kbd(void) cir_port_init(cir); retval = request_irq(IT8172_CIR0_IRQ, kbd_int_handler, - (unsigned long )(SA_INTERRUPT|SA_SHIRQ), + (unsigned long )(IRQF_DISABLED|IRQF_SHARED), (const char *)"Qtronix IR Keyboard", (void *)cir); if (retval) { |