drivers: Kill now superfluous ->last_rx stores
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / net / igbvf / netdev.c
index dadb78229ad549b15205bd046f2b289f3c298e63..91024a3cdad3266dbb32aca58ee1fb5688863209 100644 (file)
@@ -96,8 +96,6 @@ static void igbvf_receive_skb(struct igbvf_adapter *adapter,
                                         E1000_RXD_SPC_VLAN_MASK);
        else
                netif_receive_skb(skb);
-
-       netdev->last_rx = jiffies;
 }
 
 static inline void igbvf_rx_checksum_adv(struct igbvf_adapter *adapter,
@@ -342,8 +340,6 @@ send_up:
                igbvf_receive_skb(adapter, netdev, skb, staterr,
                                  rx_desc->wb.upper.vlan);
 
-               netdev->last_rx = jiffies;
-
 next_desc:
                rx_desc->wb.upper.status_error = 0;