[PATCH] irq-flags: serial: Use the new IRQF_ constants
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Ingo Molnar <mingo@elte.hu> Cc: "David S. Miller" <davem@davemloft.net> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: Russell King <rmk@arm.linux.org.uk> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
1d6f359a2e
commit
40663cc7f1
@@ -495,7 +495,7 @@ static int serial_txx9_startup(struct uart_port *port)
|
||||
sio_out(up, TXX9_SIDISR, 0);
|
||||
|
||||
retval = request_irq(up->port.irq, serial_txx9_interrupt,
|
||||
SA_SHIRQ, "serial_txx9", up);
|
||||
IRQF_SHARED, "serial_txx9", up);
|
||||
if (retval)
|
||||
return retval;
|
||||
|
||||
|
Reference in New Issue
Block a user