[PATCH] irq-flags: scsi: 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: James Bottomley <James.Bottomley@steeleye.com> 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
5d8c8a2e8e
commit
1d6f359a2e
@@ -634,7 +634,7 @@ static int aha1740_probe (struct device *dev)
|
||||
}
|
||||
|
||||
DEB(printk("aha1740_probe: enable interrupt channel %d\n",irq_level));
|
||||
if (request_irq(irq_level,aha1740_intr_handle,irq_type ? 0 : SA_SHIRQ,
|
||||
if (request_irq(irq_level,aha1740_intr_handle,irq_type ? 0 : IRQF_SHARED,
|
||||
"aha1740",shpnt)) {
|
||||
printk(KERN_ERR "aha1740_probe: Unable to allocate IRQ %d.\n",
|
||||
irq_level);
|
||||
|
||||
Reference in New Issue
Block a user