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/DAC960.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/DAC960.c')
-rw-r--r-- | drivers/block/DAC960.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/DAC960.c b/drivers/block/DAC960.c index 50ca1aa4ee3b..4cd23c3eab41 100644 --- a/drivers/block/DAC960.c +++ b/drivers/block/DAC960.c | |||
@@ -3014,7 +3014,7 @@ DAC960_DetectController(struct pci_dev *PCI_Device, | |||
3014 | Acquire shared access to the IRQ Channel. | 3014 | Acquire shared access to the IRQ Channel. |
3015 | */ | 3015 | */ |
3016 | IRQ_Channel = PCI_Device->irq; | 3016 | IRQ_Channel = PCI_Device->irq; |
3017 | if (request_irq(IRQ_Channel, InterruptHandler, SA_SHIRQ, | 3017 | if (request_irq(IRQ_Channel, InterruptHandler, IRQF_SHARED, |
3018 | Controller->FullModelName, Controller) < 0) | 3018 | Controller->FullModelName, Controller) < 0) |
3019 | { | 3019 | { |
3020 | DAC960_Error("Unable to acquire IRQ Channel %d for Controller at\n", | 3020 | DAC960_Error("Unable to acquire IRQ Channel %d for Controller at\n", |