netfilter: xtables: deconstify struct xt_action_param for matches
[linux-block.git] / net / netfilter / xt_multiport.c
index 3140fd4049fc7bc8df35912ba62c58c12d403db3..52beb68256c8961b265b32cdb2091604723a125d 100644 (file)
@@ -72,7 +72,7 @@ ports_match_v1(const struct xt_multiport_v1 *minfo,
 }
 
 static bool
-multiport_mt(const struct sk_buff *skb, const struct xt_action_param *par)
+multiport_mt(const struct sk_buff *skb, struct xt_action_param *par)
 {
        const __be16 *pptr;
        __be16 _ports[2];