1
0
Fork 0

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>
wifi-calibration
Geert Uytterhoeven 2011-10-23 23:18:04 +02:00 committed by Greg Kroah-Hartman
parent 54dbf04f91
commit 0775c98acf
1 changed files with 2 additions and 2 deletions

View File

@ -2771,8 +2771,8 @@ static int __init rs_360_init(void)
*/
/* cpm_install_handler(IRQ_MACHSPEC | state->irq, rs_360_interrupt, info); */
/*request_irq(IRQ_MACHSPEC | state->irq, rs_360_interrupt, */
request_irq(state->irq, rs_360_interrupt,
IRQ_FLG_LOCK, "ttyS", (void *)info);
request_irq(state->irq, rs_360_interrupt, 0, "ttyS",
(void *)info);
/* Set up the baud rate generator.
*/