8ffe07377eb777a3d3e0d96aed35296d8610ca92
[openwrt/openwrt.git] / target / linux / etrax / patches-2.6.25 / 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 @@ e100_set_network_leds(int active)
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