From: Liping Zhang Date: Tue, 6 Sep 2016 14:35:47 +0000 (+0800) Subject: netfilter: nf_conntrack: remove unused ctl_table_path member in nf_conntrack_l3proto X-Git-Tag: v4.9-rc1~127^2~67^2~42 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=3c15b8e112d7351b2586c649a759318548523364;p=linux-2.6-block.git netfilter: nf_conntrack: remove unused ctl_table_path member in nf_conntrack_l3proto After commit adf0516845bc ("netfilter: remove ip_conntrack* sysctl compat code"), ctl_table_path member in struct nf_conntrack_l3proto{} is not used anymore, remove it. Signed-off-by: Liping Zhang Signed-off-by: Pablo Neira Ayuso --- diff --git a/include/net/netfilter/nf_conntrack_l3proto.h b/include/net/netfilter/nf_conntrack_l3proto.h index cdc920b4c4c2..8992e4229da9 100644 --- a/include/net/netfilter/nf_conntrack_l3proto.h +++ b/include/net/netfilter/nf_conntrack_l3proto.h @@ -63,10 +63,6 @@ struct nf_conntrack_l3proto { size_t nla_size; -#ifdef CONFIG_SYSCTL - const char *ctl_table_path; -#endif /* CONFIG_SYSCTL */ - /* Init l3proto pernet data */ int (*init_net)(struct net *net);