aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/net/netfilter/nf_conntrack_l4proto.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/net/netfilter/nf_conntrack_l4proto.h b/include/net/netfilter/nf_conntrack_l4proto.h
index fe1e8fa30d2f..fc8af08ff542 100644
--- a/include/net/netfilter/nf_conntrack_l4proto.h
+++ b/include/net/netfilter/nf_conntrack_l4proto.h
@@ -80,7 +80,11 @@ struct nf_conntrack_l4proto
80 struct ctl_table_header **ctl_table_header; 80 struct ctl_table_header **ctl_table_header;
81 struct ctl_table *ctl_table; 81 struct ctl_table *ctl_table;
82 unsigned int *ctl_table_users; 82 unsigned int *ctl_table_users;
83#endif /* CONFIG_SYSCTL */ 83#ifdef CONFIG_NF_CONNTRACK_PROC_COMPAT
84 struct ctl_table_header *ctl_compat_table_header;
85 struct ctl_table *ctl_compat_table;
86#endif
87#endif
84 88
85 /* Module (if any) which this is connected to. */ 89 /* Module (if any) which this is connected to. */
86 struct module *me; 90 struct module *me;