drivers/net: Kill now superfluous ->last_rx stores.
[pandora-kernel.git] / drivers / net / wan / lmc / lmc_main.c
index d7bb63e..feac3b9 100644 (file)
@@ -1594,7 +1594,6 @@ static int lmc_rx(struct net_device *dev)
             goto skip_packet;
         }
         
-        dev->last_rx = jiffies;
        sc->lmc_device->stats.rx_packets++;
        sc->lmc_device->stats.rx_bytes += len;