drivers: Kill now superfluous ->last_rx stores
[deliverable/linux.git] / drivers / net / can / dev.c
index e1a4f8214239059ce079480bd4b2a5f08bd167c2..1d29082d94ac32886472963b4e48c4283ed1bf80 100644 (file)
@@ -357,7 +357,6 @@ void can_restart(unsigned long data)
 
        netif_rx(skb);
 
-       dev->last_rx = jiffies;
        stats->rx_packets++;
        stats->rx_bytes += cf->can_dlc;
 
This page took 0.028817 seconds and 5 git commands to generate.