Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

netfilter: helper: Remove unused function declarations

Commit b118509076b3 ("netfilter: remove nf_conntrack_helper sysctl and modparam toggles")
leave these unused declarations.

Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: Florian Westphal <fw@strlen.de>

authored by

Yue Haibing and committed by
Florian Westphal
529f63fa 29cfda96

-3
-3
include/net/netfilter/nf_conntrack_helper.h
··· 136 136 return (void *)help->data; 137 137 } 138 138 139 - void nf_conntrack_helper_pernet_init(struct net *net); 140 - 141 139 int nf_conntrack_helper_init(void); 142 140 void nf_conntrack_helper_fini(void); 143 141 ··· 180 182 int nf_nat_helper_try_module_get(const char *name, u16 l3num, 181 183 u8 protonum); 182 184 void nf_nat_helper_put(struct nf_conntrack_helper *helper); 183 - void nf_ct_set_auto_assign_helper_warned(struct net *net); 184 185 #endif /*_NF_CONNTRACK_HELPER_H*/