From: Andrew Morton <[EMAIL PROTECTED]>

drivers/net/ibmveth.c:939: error: too many arguments to function 
`ibmveth_interrupt'

Cc: Jeff Garzik <[EMAIL PROTECTED]>
Cc: Anton Blanchard <[EMAIL PROTECTED]>
Cc: Paul Mackerras <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 drivers/net/ibmveth.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/net/ibmveth.c~ibmveth-irq-fix drivers/net/ibmveth.c
--- a/drivers/net/ibmveth.c~ibmveth-irq-fix
+++ a/drivers/net/ibmveth.c
@@ -936,7 +936,7 @@ static int ibmveth_change_mtu(struct net
 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
 
_
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to