Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6
[pandora-kernel.git] / drivers / net / dnet.c
index 8318ea0..c1063d1 100644 (file)
@@ -16,6 +16,7 @@
 #include <linux/slab.h>
 #include <linux/delay.h>
 #include <linux/init.h>
+#include <linux/interrupt.h>
 #include <linux/netdevice.h>
 #include <linux/etherdevice.h>
 #include <linux/dma-mapping.h>
@@ -587,6 +588,8 @@ static netdev_tx_t dnet_start_xmit(struct sk_buff *skb, struct net_device *dev)
                dnet_writel(bp, irq_enable, INTR_ENB);
        }
 
+       skb_tx_timestamp(skb);
+
        /* free the buffer */
        dev_kfree_skb(skb);