netfilter: xtables: deconstify struct xt_action_param for matches
[linux-block.git] / net / netfilter / xt_mac.c
index 36c49644ce3572f87a52985f86af001ec9a698b5..8160f6b1435d699371af378f3a5c90c2530161b5 100644 (file)
@@ -25,8 +25,7 @@ MODULE_DESCRIPTION("Xtables: MAC address match");
 MODULE_ALIAS("ipt_mac");
 MODULE_ALIAS("ip6t_mac");
 
-static bool mac_mt(const struct sk_buff *skb,
-                  const struct xt_action_param *par)
+static bool mac_mt(const struct sk_buff *skb, struct xt_action_param *par)
 {
        const struct xt_mac_info *info = par->matchinfo;
        bool ret;