aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ibmlana.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ibmlana.c')
-rw-r--r--drivers/net/ibmlana.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ibmlana.c b/drivers/net/ibmlana.c
index 91d83aca6bc7..65626d61de46 100644
--- a/drivers/net/ibmlana.c
+++ b/drivers/net/ibmlana.c
@@ -704,9 +704,9 @@ static void irqtxerr_handler(struct net_device *dev)
704 704
705/* general interrupt entry */ 705/* general interrupt entry */
706 706
707static irqreturn_t irq_handler(int irq, void *device) 707static irqreturn_t irq_handler(int dummy, void *device)
708{ 708{
709 struct net_device *dev = (struct net_device *) device; 709 struct net_device *dev = device;
710 u16 ival; 710 u16 ival;
711 711
712 /* in case we're not meant... */ 712 /* in case we're not meant... */