commit | 1d6f359a2e06296418481239f8054a878f36e819 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <[email protected]> | Sat Jul 01 19:29:42 2006 -0700 |
committer | Linus Torvalds <[email protected]> | Sun Jul 02 13:58:53 2006 -0700 |
tree | e3ce0c69e4f34374f51f4e226374467ca80e3993 | |
parent | 5d8c8a2e8edc63d8aef7656678f41c6c603f0443 [diff] [blame] |
[PATCH] irq-flags: scsi: Use the new IRQF_ constants Signed-off-by: Thomas Gleixner <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: "David S. Miller" <[email protected]> Cc: Benjamin Herrenschmidt <[email protected]> Cc: James Bottomley <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
diff --git a/drivers/scsi/ahci.c b/drivers/scsi/ahci.c index f059467..15f6cd4 100644 --- a/drivers/scsi/ahci.c +++ b/drivers/scsi/ahci.c
@@ -1371,7 +1371,7 @@ probe_ent->port_ops = ahci_port_info[board_idx].port_ops; probe_ent->irq = pdev->irq; - probe_ent->irq_flags = SA_SHIRQ; + probe_ent->irq_flags = IRQF_SHARED; probe_ent->mmio_base = mmio_base; probe_ent->private_data = hpriv;