netfilter: xtables: deconstify struct xt_action_param for matches
[linux-block.git] / net / ipv6 / netfilter / ip6t_ah.c
index 4fe71898381dac375d9d850d3caf2ed4b123b8f7..c89887f35a46f522689a6bfe10e3f7269c7db00e 100644 (file)
@@ -36,8 +36,7 @@ spi_match(u_int32_t min, u_int32_t max, u_int32_t spi, bool invert)
        return r;
 }
 
-static bool ah_mt6(const struct sk_buff *skb,
-                  const struct xt_action_param *par)
+static bool ah_mt6(const struct sk_buff *skb, struct xt_action_param *par)
 {
        struct ip_auth_hdr _ah;
        const struct ip_auth_hdr *ah;