diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2006-07-01 22:29:32 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-07-02 16:58:49 -0400 |
commit | 69ab3912d1b4dbf27ea1a383cb5731251fc0e109 (patch) | |
tree | d0e68c828d8f49483d4bfaccbe4d98c1b339ee94 /drivers/block/sx8.c | |
parent | 3cca53b02a5bab0f407b1add2f84c22c20243a79 (diff) |
[PATCH] irq-flags: drivers/block 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: Jens Axboe <axboe@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/block/sx8.c')
-rw-r--r-- | drivers/block/sx8.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/sx8.c b/drivers/block/sx8.c index 10a4aa5fb54d..c6beee18a07c 100644 --- a/drivers/block/sx8.c +++ b/drivers/block/sx8.c | |||
@@ -1676,7 +1676,7 @@ static int carm_init_one (struct pci_dev *pdev, const struct pci_device_id *ent) | |||
1676 | 1676 | ||
1677 | pci_set_master(pdev); | 1677 | pci_set_master(pdev); |
1678 | 1678 | ||
1679 | rc = request_irq(pdev->irq, carm_interrupt, SA_SHIRQ, DRV_NAME, host); | 1679 | rc = request_irq(pdev->irq, carm_interrupt, IRQF_SHARED, DRV_NAME, host); |
1680 | if (rc) { | 1680 | if (rc) { |
1681 | printk(KERN_ERR DRV_NAME "(%s): irq alloc failure\n", | 1681 | printk(KERN_ERR DRV_NAME "(%s): irq alloc failure\n", |
1682 | pci_name(pdev)); | 1682 | pci_name(pdev)); |