netfilter: nf_tables: kill nft_pktinfo.ops
[cascardo/linux.git] / net / ipv4 / netfilter / nft_chain_route_ipv4.c
index e335b0a..2a1e3d8 100644 (file)
@@ -37,7 +37,7 @@ static unsigned int nf_route_table_hook(const struct nf_hook_ops *ops,
            ip_hdrlen(skb) < sizeof(struct iphdr))
                return NF_ACCEPT;
 
-       nft_set_pktinfo_ipv4(&pkt, ops, skb, state);
+       nft_set_pktinfo_ipv4(&pkt, skb, state);
 
        mark = skb->mark;
        iph = ip_hdr(skb);