]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/ibmlana.c
[netdrvr] irq handler minor cleanups in several drivers
[linux-2.6-omap-h63xx.git] / drivers / net / ibmlana.c
index 91d83aca6bc784e886ca15c508dc9125251c2963..65626d61de46c52bcb60b3dd8ed979a61a3f306d 100644 (file)
@@ -704,9 +704,9 @@ static void irqtxerr_handler(struct net_device *dev)
 
 /* general interrupt entry */
 
-static irqreturn_t irq_handler(int irq, void *device)
+static irqreturn_t irq_handler(int dummy, void *device)
 {
-       struct net_device *dev = (struct net_device *) device;
+       struct net_device *dev = device;
        u16 ival;
 
        /* in case we're not meant... */