ktime: Get rid of the union
[linux-2.6-block.git] / net / core / skbuff.c
index e77f40616fea0ea4729a6f9b59295c68308ad49c..5a03730fbc1a84376985d4d68d8b80d8f38b0985 100644 (file)
@@ -4368,7 +4368,7 @@ EXPORT_SYMBOL(skb_try_coalesce);
  */
 void skb_scrub_packet(struct sk_buff *skb, bool xnet)
 {
-       skb->tstamp.tv64 = 0;
+       skb->tstamp = 0;
        skb->pkt_type = PACKET_HOST;
        skb->skb_iif = 0;
        skb->ignore_df = 0;