diff options
Diffstat (limited to 'drivers/net/pxa168_eth.c')
-rw-r--r-- | drivers/net/pxa168_eth.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/pxa168_eth.c b/drivers/net/pxa168_eth.c index 85eddda276bd..75c2ff99d66d 100644 --- a/drivers/net/pxa168_eth.c +++ b/drivers/net/pxa168_eth.c | |||
@@ -42,8 +42,6 @@ | |||
42 | #include <linux/types.h> | 42 | #include <linux/types.h> |
43 | #include <asm/pgtable.h> | 43 | #include <asm/pgtable.h> |
44 | #include <asm/system.h> | 44 | #include <asm/system.h> |
45 | #include <linux/delay.h> | ||
46 | #include <linux/dma-mapping.h> | ||
47 | #include <asm/cacheflush.h> | 45 | #include <asm/cacheflush.h> |
48 | #include <linux/pxa168_eth.h> | 46 | #include <linux/pxa168_eth.h> |
49 | 47 | ||
@@ -850,7 +848,6 @@ static int rxq_process(struct net_device *dev, int budget) | |||
850 | skb->protocol = eth_type_trans(skb, dev); | 848 | skb->protocol = eth_type_trans(skb, dev); |
851 | netif_receive_skb(skb); | 849 | netif_receive_skb(skb); |
852 | } | 850 | } |
853 | dev->last_rx = jiffies; | ||
854 | } | 851 | } |
855 | /* Fill RX ring with skb's */ | 852 | /* Fill RX ring with skb's */ |
856 | rxq_refill(dev); | 853 | rxq_refill(dev); |