]> err.no Git - linux-2.6/blobdiff - drivers/fc4/soc.c
[netdrvr] minor cleanups in Becker-derived drivers
[linux-2.6] / drivers / fc4 / soc.c
index cf8768b8d1f126f5c488057dd348a1d6082bafcc..3b07e0ca81cdf9b60ac26214d60c0a7169b33bfc 100644 (file)
@@ -637,7 +637,7 @@ static inline void soc_init(struct sbus_dev *sdev, int no)
        
        irq = sdev->irqs[0];
 
-       if (request_irq (irq, soc_intr, SA_SHIRQ, "SOC", (void *)s)) {
+       if (request_irq (irq, soc_intr, IRQF_SHARED, "SOC", (void *)s)) {
                soc_printk ("Cannot order irq %d to go\n", irq);
                socs = s->next;
                return;