diff options
author | Eric Dumazet <eric.dumazet@gmail.com> | 2010-09-02 12:19:32 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-09-02 12:19:32 -0400 |
commit | 95f4b45bc688b03107f5452ccda29496fc1b4ecf (patch) | |
tree | bb190b30e210dc74136afeba8946fa0a9368c3c3 /drivers/net/pxa168_eth.c | |
parent | 3e502e63586920f219ed2590f69c1f5a8888cfa4 (diff) |
net: another last_rx round
Kill last_rx use in l2tp and two net drivers
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/pxa168_eth.c')
-rw-r--r-- | drivers/net/pxa168_eth.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/pxa168_eth.c b/drivers/net/pxa168_eth.c index 659915cf6872..764aa9099468 100644 --- a/drivers/net/pxa168_eth.c +++ b/drivers/net/pxa168_eth.c | |||
@@ -848,7 +848,6 @@ static int rxq_process(struct net_device *dev, int budget) | |||
848 | skb->protocol = eth_type_trans(skb, dev); | 848 | skb->protocol = eth_type_trans(skb, dev); |
849 | netif_receive_skb(skb); | 849 | netif_receive_skb(skb); |
850 | } | 850 | } |
851 | dev->last_rx = jiffies; | ||
852 | } | 851 | } |
853 | /* Fill RX ring with skb's */ | 852 | /* Fill RX ring with skb's */ |
854 | rxq_refill(dev); | 853 | rxq_refill(dev); |