[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>
This commit is contained in:
committed by
Jeff Garzik
parent
6f62768344
commit
5f77113c01
@@ -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)
|
static void ibmveth_poll_controller(struct net_device *dev)
|
||||||
{
|
{
|
||||||
ibmveth_replenish_task(dev->priv);
|
ibmveth_replenish_task(dev->priv);
|
||||||
ibmveth_interrupt(dev->irq, dev, NULL);
|
ibmveth_interrupt(dev->irq, dev);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user