]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - net/netfilter/xt_helper.c
Merge git://git.infradead.org/users/cbou/battery-2.6.35
[mirror_ubuntu-artful-kernel.git] / net / netfilter / xt_helper.c
index b8b3e13dc71ea86ab1d48f49bc3a2d8ae0f29133..9f4ab00c80500635e8015b2384d25dea98641c56 100644 (file)
@@ -24,7 +24,7 @@ MODULE_ALIAS("ip6t_helper");
 
 
 static bool
-helper_mt(const struct sk_buff *skb, const struct xt_match_param *par)
+helper_mt(const struct sk_buff *skb, struct xt_action_param *par)
 {
        const struct xt_helper_info *info = par->matchinfo;
        const struct nf_conn *ct;