drivers: Kill now superfluous ->last_rx stores
[pandora-kernel.git] / drivers / net / arm / w90p910_ether.c
index 3a0948f..25e2627 100644 (file)
@@ -777,7 +777,6 @@ static void netdev_rx(struct net_device *dev)
 
                rxbd = &ether->rdesc->desclist[ether->cur_rx];
 
-               dev->last_rx = jiffies;
        } while (1);
 }