Merge branch 'master' of git://1984.lsi.us.es/net-next
[linux-2.6-microblaze.git] / net / netfilter / nf_conntrack_core.c
index 068f2e0..1ee2082 100644 (file)
@@ -531,7 +531,7 @@ __nf_conntrack_confirm(struct sk_buff *skb)
        tstamp = nf_conn_tstamp_find(ct);
        if (tstamp) {
                if (skb->tstamp.tv64 == 0)
-                       __net_timestamp((struct sk_buff *)skb);
+                       __net_timestamp(skb);
 
                tstamp->start = ktime_to_ns(skb->tstamp);
        }