[PATCH] irq-flags: SPARC64: 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> 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
6d20819f80
commit
d356d7f4f2
@@ -140,7 +140,7 @@ int ebus_dma_irq_enable(struct ebus_dma_info *p, int on)
|
||||
|
||||
if (on) {
|
||||
if (p->flags & EBUS_DMA_FLAG_USE_EBDMA_HANDLER) {
|
||||
if (request_irq(p->irq, ebus_dma_irq, SA_SHIRQ, p->name, p))
|
||||
if (request_irq(p->irq, ebus_dma_irq, IRQF_SHARED, p->name, p))
|
||||
return -EBUSY;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user