[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
@@ -1120,7 +1120,7 @@ static int __devinit inia100_probe_one(struct pci_dev *pdev,
|
||||
shost->sg_tablesize = TOTAL_SG_ENTRY;
|
||||
|
||||
/* Initial orc chip */
|
||||
error = request_irq(pdev->irq, inia100_intr, SA_SHIRQ,
|
||||
error = request_irq(pdev->irq, inia100_intr, IRQF_SHARED,
|
||||
"inia100", shost);
|
||||
if (error < 0) {
|
||||
printk(KERN_WARNING "inia100: unable to get irq %d\n",
|
||||
|
||||
Reference in New Issue
Block a user