f73b379ddc5a7dd18ed609bc07845667a7ba6607
[openwrt/svn-archive/archive.git] / target / linux / etrax / patches / 101-cris-eth-driver.patch
1 --- a/drivers/net/cris/eth_v10.c
2 +++ b/drivers/net/cris/eth_v10.c
3 @@ -1707,7 +1707,7 @@
4 static void
5 e100_netpoll(struct net_device* netdev)
6 {
7 - e100rxtx_interrupt(NETWORK_DMA_TX_IRQ_NBR, netdev, NULL);
8 + e100rxtx_interrupt(NETWORK_DMA_TX_IRQ_NBR, netdev);
9 }
10 #endif
11