aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/sysctl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h
index cf3ee7f246d6..5e3532e9599f 100644
--- a/include/linux/sysctl.h
+++ b/include/linux/sysctl.h
@@ -1095,6 +1095,7 @@ struct ctl_table_header *register_sysctl_paths(const struct ctl_path *path,
1095void unregister_sysctl_table(struct ctl_table_header * table); 1095void unregister_sysctl_table(struct ctl_table_header * table);
1096int sysctl_check_table(struct nsproxy *namespaces, struct ctl_table *table); 1096int sysctl_check_table(struct nsproxy *namespaces, struct ctl_table *table);
1097 1097
1098extern int sysctl_init(void);
1098#else /* CONFIG_SYSCTL */ 1099#else /* CONFIG_SYSCTL */
1099static inline struct ctl_table_header *register_sysctl_table(struct ctl_table * table) 1100static inline struct ctl_table_header *register_sysctl_table(struct ctl_table * table)
1100{ 1101{