f003f50e58fb32a564d3de14187eff5c853b2fa0
[openwrt/svn-archive/archive.git] / target / linux / etrax / patches / 101-cris-eth-driver.patch
1 --- linux-2.6.25.7/drivers/net/cris/eth_v10.c.orig 2008-06-24 13:37:48.000000000 +0200
2 +++ linux-2.6.25.7/drivers/net/cris/eth_v10.c 2008-06-24 13:37:58.000000000 +0200
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