ktime: Get rid of the union
[linux-2.6-block.git] / net / netfilter / xt_time.c
index 0ae55a36f492902ef19753c336160b453ef0cd34..1b01eec1fbda5368e31a8b3917286d8b05a4604c 100644 (file)
@@ -168,7 +168,7 @@ time_mt(const struct sk_buff *skb, struct xt_action_param *par)
         * may happen that the same packet matches both rules if
         * it arrived at the right moment before 13:00.
         */
-       if (skb->tstamp.tv64 == 0)
+       if (skb->tstamp == 0)
                __net_timestamp((struct sk_buff *)skb);
 
        stamp = ktime_to_ns(skb->tstamp);