[PATCH] irq-flags: V850: Use the new IRQF_ constants
Use the new IRQF_ constants and remove the SA_INTERRUPT define 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: Miles Bader <uclinux-v850@lsi.nec.co.jp> 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
bd6aa6502e
commit
8b91fbb833
@ -154,7 +154,7 @@ static unsigned gbus_int_startup_irq (unsigned irq)
|
||||
/* First enable the CPU interrupt. */
|
||||
int rval =
|
||||
request_irq (IRQ_GINT(gint), gbus_int_handle_irq,
|
||||
SA_INTERRUPT,
|
||||
IRQF_DISABLED,
|
||||
"gbus_int_handler",
|
||||
&gint_num_active_irqs[gint]);
|
||||
if (rval != 0)
|
||||
|
Reference in New Issue
Block a user