summaryrefslogtreecommitdiffstats
path: root/toolchain/kernel-headers/linux-2.6.28.4-cris-eth-driver-netpoll.patch
blob: 5711767b60402d78242c524b8aa342532549b8eb (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/drivers/net/cris/eth_v10.c.org	2009-01-28 09:19:09.000000000 +0100
+++ b/drivers/net/cris/eth_v10.c	2009-01-28 09:19:16.000000000 +0100
@@ -1707,7 +1707,7 @@
 static void
 e100_netpoll(struct net_device* netdev)
 {
-	e100rxtx_interrupt(NETWORK_DMA_TX_IRQ_NBR, netdev, NULL);
+	e100rxtx_interrupt(NETWORK_DMA_TX_IRQ_NBR, netdev);
 }
 #endif