The patch titled input: replace more deprecated SA_xxx interrupt flags has been added to the -mm tree. Its filename is input-replace-more-deprecated-sa_xxx-interrupt-flags.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: input: replace more deprecated SA_xxx interrupt flags From: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Fix the obnoxious users of the deprecated SA_xxx interrupt flags. Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Cc: Dmitry Torokhov <dtor@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/input/keyboard/pxa27x_keyboard.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/input/keyboard/pxa27x_keyboard.c~input-replace-more-deprecated-sa_xxx-interrupt-flags drivers/input/keyboard/pxa27x_keyboard.c --- a/drivers/input/keyboard/pxa27x_keyboard.c~input-replace-more-deprecated-sa_xxx-interrupt-flags +++ a/drivers/input/keyboard/pxa27x_keyboard.c @@ -181,7 +181,7 @@ static int __devinit pxakbd_probe(struct } } - 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"); _ Patches currently in -mm which might be from tglx@xxxxxxxxxxxxx are i2c-replace-more-deprecated-sa_xxx-interrupt-flags.patch git-ieee1394.patch input-replace-more-deprecated-sa_xxx-interrupt-flags.patch vioc-replace-more-deprecated-sa_xxx-interrupt-flags.patch optimize-timespec_trunc.patch kernel-irq-procc-unprotected-iteration-over-the-irq-action-list-in-name_unique.patch add-support-for-deferrable-timers-respun.patch add-support-for-deferrable-timers-respun-tidy.patch add-support-for-deferrable-timers-respun-fix.patch irq-check-for-percpu-flag-only-when-adding-first-irqaction.patch move-timekeeping-code-to-timekeepingc.patch move-timekeeping-code-to-timekeepingc-fix.patch ignore-stolen-time-in-the-softlockup-watchdog.patch replace-deprecated-sa_xxx-interrupt-flags.patch deprecate-sa_xxx-interrupt-flags-v2.patch sched-fix-idle-load-balancing-in-softirqd-context.patch sched-dynticks-idle-load-balancing-v3.patch declare-struct-ktime.patch add-irqf_irqpoll-flag-common-code.patch add-irqf_irqpoll-flag-on-x86_64.patch add-irqf_irqpoll-flag-on-i386.patch add-irqf_irqpoll-flag-on-ia64.patch add-irqf_irqpoll-flag-on-sh.patch add-irqf_irqpoll-flag-on-arm.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html