aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ibmveth.c
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2006-10-10 14:33:30 -0700
committerJeff Garzik <jeff@garzik.org>2006-10-11 03:56:33 -0400
commit5f77113c01d8a9f8193769d2ca73763047af39ef (patch)
treecd57cfba83ff2e1de4046b101c66de5e170a723a /drivers/net/ibmveth.c
parent[PATCH] b44: fix eeprom endianess issue (diff)
downloadlinux-dev-5f77113c01d8a9f8193769d2ca73763047af39ef.tar.xz
linux-dev-5f77113c01d8a9f8193769d2ca73763047af39ef.zip
[PATCH] ibmveth irq fix
drivers/net/ibmveth.c:939: error: too many arguments to function `ibmveth_interrupt' Cc: Jeff Garzik <jeff@garzik.org> Cc: Anton Blanchard <anton@samba.org> Cc: Paul Mackerras <paulus@samba.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/ibmveth.c')
-rw-r--r--drivers/net/ibmveth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ibmveth.c b/drivers/net/ibmveth.c
index bf414a93facb..2802db23d3cb 100644
--- a/drivers/net/ibmveth.c
+++ b/drivers/net/ibmveth.c
@@ -936,7 +936,7 @@ static int ibmveth_change_mtu(struct net_device *dev, int new_mtu)
static void ibmveth_poll_controller(struct net_device *dev)
{
ibmveth_replenish_task(dev->priv);
- ibmveth_interrupt(dev->irq, dev, NULL);
+ ibmveth_interrupt(dev->irq, dev);
}
#endif