]> Pileus Git - ~andy/linux/blobdiff - drivers/net/a2065.c
Merge git://git.linux-nfs.org/pub/linux/nfs-2.6
[~andy/linux] / drivers / net / a2065.c
index 519390c033c3728ac6070ab543a1fec0d29e2086..f4ea62641acd59c41958bc96721051045f171bd3 100644 (file)
@@ -495,7 +495,7 @@ static int lance_open (struct net_device *dev)
        ll->rdp = LE_C0_STOP;
 
        /* Install the Interrupt handler */
-       ret = request_irq(IRQ_AMIGA_PORTS, lance_interrupt, SA_SHIRQ,
+       ret = request_irq(IRQ_AMIGA_PORTS, lance_interrupt, IRQF_SHARED,
                          dev->name, dev);
        if (ret) return ret;