diff options
Diffstat (limited to 'drivers/net/fec_mpc52xx.c')
-rw-r--r-- | drivers/net/fec_mpc52xx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/fec_mpc52xx.c b/drivers/net/fec_mpc52xx.c index 0376c3e472a7..221f440c10f4 100644 --- a/drivers/net/fec_mpc52xx.c +++ b/drivers/net/fec_mpc52xx.c | |||
@@ -327,7 +327,6 @@ static int mpc52xx_fec_start_xmit(struct sk_buff *skb, struct net_device *dev) | |||
327 | } | 327 | } |
328 | 328 | ||
329 | spin_lock_irqsave(&priv->lock, flags); | 329 | spin_lock_irqsave(&priv->lock, flags); |
330 | dev->trans_start = jiffies; | ||
331 | 330 | ||
332 | bd = (struct bcom_fec_bd *) | 331 | bd = (struct bcom_fec_bd *) |
333 | bcom_prepare_next_buffer(priv->tx_dmatsk); | 332 | bcom_prepare_next_buffer(priv->tx_dmatsk); |