Input: pxa27x - do not use deprecated SA_INTERRUPT flag

IRQF_DISABLED is the proper name.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
Thomas Gleixner 2007-04-12 01:35:51 -04:00 committed by Dmitry Torokhov
parent b5b16c5296
commit b7fd4a0aa5
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ static int __devinit pxakbd_probe(struct platform_device *pdev)
}
}
error = request_irq(IRQ_KEYPAD, pxakbd_irq_handler, SA_INTERRUPT,
error = request_irq(IRQ_KEYPAD, pxakbd_irq_handler, IRQF_DISABLED,
DRIVER_NAME, pdev);
if (error) {
printk(KERN_ERR "Cannot request keypad IRQ\n");