Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

m68k/serial: Remove obsolete IRQ_FLG_* users

The m68k core irq code stopped honoring these flags during the irq
restructuring in 2006.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Geert Uytterhoeven and committed by
Greg Kroah-Hartman
0775c98a 54dbf04f

+2 -2
+2 -2
drivers/staging/serial/68360serial.c
··· 2771 2771 */ 2772 2772 /* cpm_install_handler(IRQ_MACHSPEC | state->irq, rs_360_interrupt, info); */ 2773 2773 /*request_irq(IRQ_MACHSPEC | state->irq, rs_360_interrupt, */ 2774 - request_irq(state->irq, rs_360_interrupt, 2775 - IRQ_FLG_LOCK, "ttyS", (void *)info); 2774 + request_irq(state->irq, rs_360_interrupt, 0, "ttyS", 2775 + (void *)info); 2776 2776 2777 2777 /* Set up the baud rate generator. 2778 2778 */