drivers/net: Kill now superfluous ->last_rx stores.
[safe/jmp/linux-2.6] / drivers / net / ixp2000 / ixpdev.c
index 7b70c66..bd96dbc 100644 (file)
@@ -114,8 +114,6 @@ static int ixpdev_rx(struct net_device *dev, int processed, int budget)
                        skb_put(skb, desc->pkt_length);
                        skb->protocol = eth_type_trans(skb, nds[desc->channel]);
 
-                       dev->last_rx = jiffies;
-
                        netif_receive_skb(skb);
                }