diff options
-rw-r--r-- | drivers/input/keyboard/pxa27x_keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/keyboard/pxa27x_keyboard.c b/drivers/input/keyboard/pxa27x_keyboard.c index 993df872b364..06eaf766d9d2 100644 --- a/drivers/input/keyboard/pxa27x_keyboard.c +++ b/drivers/input/keyboard/pxa27x_keyboard.c | |||
@@ -181,7 +181,7 @@ static int __devinit pxakbd_probe(struct platform_device *pdev) | |||
181 | } | 181 | } |
182 | } | 182 | } |
183 | 183 | ||
184 | error = request_irq(IRQ_KEYPAD, pxakbd_irq_handler, SA_INTERRUPT, | 184 | error = request_irq(IRQ_KEYPAD, pxakbd_irq_handler, IRQF_DISABLED, |
185 | DRIVER_NAME, pdev); | 185 | DRIVER_NAME, pdev); |
186 | if (error) { | 186 | if (error) { |
187 | printk(KERN_ERR "Cannot request keypad IRQ\n"); | 187 | printk(KERN_ERR "Cannot request keypad IRQ\n"); |