]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/netfilter/xt_pkttype.c
Merge tag 'sunxi-dt-for-3.15' of https://github.com/mripard/linux into next/dt
[karo-tx-linux.git] / net / netfilter / xt_pkttype.c
index 69da1d3a1d85974a66c13c060078aa205a610963..5b645cb598fc261d52d8b44c6acc63ac8d388dea 100644 (file)
@@ -23,7 +23,7 @@ MODULE_ALIAS("ipt_pkttype");
 MODULE_ALIAS("ip6t_pkttype");
 
 static bool
-pkttype_mt(const struct sk_buff *skb, const struct xt_match_param *par)
+pkttype_mt(const struct sk_buff *skb, struct xt_action_param *par)
 {
        const struct xt_pkttype_info *info = par->matchinfo;
        u_int8_t type;