netfilter: conntrack: remove sysctl registration helpers
After previous patch these are not used anymore. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
This commit is contained in:

committed by
Pablo Neira Ayuso

parent
b884fa4617
commit
70aed4647c
@@ -19,10 +19,6 @@ struct ctl_table_header;
|
||||
struct nf_conntrack_ecache;
|
||||
|
||||
struct nf_proto_net {
|
||||
#ifdef CONFIG_SYSCTL
|
||||
struct ctl_table_header *ctl_table_header;
|
||||
struct ctl_table *ctl_table;
|
||||
#endif
|
||||
unsigned int users;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user