diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-05-08 03:28:52 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-08 14:15:08 -0400 |
commit | 2833bf68b9634a02895d9463349d8c21bd32ccf6 (patch) | |
tree | 7bcfed9dbb5bb4454102b9a3bc3de444feead372 /drivers/scsi/sni_53c710.c | |
parent | 9730b5b06fee7ffd1f0150855f03cf319c0e004f (diff) |
Replace deprecated SA_xxx interrupt flags
Fix the last users of the deprecated SA_xxx interrupt flags.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/scsi/sni_53c710.c')
-rw-r--r-- | drivers/scsi/sni_53c710.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/sni_53c710.c b/drivers/scsi/sni_53c710.c index 6bc505115841..a7dfb65fb842 100644 --- a/drivers/scsi/sni_53c710.c +++ b/drivers/scsi/sni_53c710.c | |||
@@ -98,7 +98,7 @@ static int __init snirm710_probe(struct platform_device *dev) | |||
98 | host->this_id = 7; | 98 | host->this_id = 7; |
99 | host->base = base; | 99 | host->base = base; |
100 | host->irq = platform_get_irq(dev, 0); | 100 | host->irq = platform_get_irq(dev, 0); |
101 | if(request_irq(host->irq, NCR_700_intr, SA_SHIRQ, "snirm710", host)) { | 101 | if(request_irq(host->irq, NCR_700_intr, IRQF_SHARED, "snirm710", host)) { |
102 | printk(KERN_ERR "snirm710: request_irq failed!\n"); | 102 | printk(KERN_ERR "snirm710: request_irq failed!\n"); |
103 | goto out_put_host; | 103 | goto out_put_host; |
104 | } | 104 | } |