diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/sysctl.h | 1 |
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, | |||
1095 | void unregister_sysctl_table(struct ctl_table_header * table); | 1095 | void unregister_sysctl_table(struct ctl_table_header * table); |
1096 | int sysctl_check_table(struct nsproxy *namespaces, struct ctl_table *table); | 1096 | int sysctl_check_table(struct nsproxy *namespaces, struct ctl_table *table); |
1097 | 1097 | ||
1098 | extern int sysctl_init(void); | ||
1098 | #else /* CONFIG_SYSCTL */ | 1099 | #else /* CONFIG_SYSCTL */ |
1099 | static inline struct ctl_table_header *register_sysctl_table(struct ctl_table * table) | 1100 | static inline struct ctl_table_header *register_sysctl_table(struct ctl_table * table) |
1100 | { | 1101 | { |