]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/netx-eth.c
jme: Remove 64 and 40 bit dma_mask
[linux-2.6-omap-h63xx.git] / drivers / net / netx-eth.c
index b9bed82e1d214089f5b4e6682a965e11c781d6e5..b418771f68110154237436cd7aedcf5b7b3e51e2 100644 (file)
@@ -165,7 +165,6 @@ static void netx_eth_receive(struct net_device *ndev)
        pfifo_push(EMPTY_PTR_FIFO(priv->id),
                FIFO_PTR_SEGMENT(seg) | FIFO_PTR_FRAMENO(frameno));
 
-       ndev->last_rx = jiffies;
        skb->protocol = eth_type_trans(skb, ndev);
        netif_rx(skb);
        ndev->stats.rx_packets++;