[PATCH] irq-flags: drivers/block Use the new IRQF_ constants
[deliverable/linux.git] / drivers / block / DAC960.c
index 50ca1aa4ee3b3956550f23fce6d1b098f0c86e30..4cd23c3eab41ab5e028cabc0474425323b5b5686 100644 (file)
@@ -3014,7 +3014,7 @@ DAC960_DetectController(struct pci_dev *PCI_Device,
      Acquire shared access to the IRQ Channel.
   */
   IRQ_Channel = PCI_Device->irq;
-  if (request_irq(IRQ_Channel, InterruptHandler, SA_SHIRQ,
+  if (request_irq(IRQ_Channel, InterruptHandler, IRQF_SHARED,
                      Controller->FullModelName, Controller) < 0)
   {
        DAC960_Error("Unable to acquire IRQ Channel %d for Controller at\n",
This page took 0.046239 seconds and 5 git commands to generate.