aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sysctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sysctl.h')
-rw-r--r--include/linux/sysctl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h
index b7e82049fec7..80d07816def0 100644
--- a/include/linux/sysctl.h
+++ b/include/linux/sysctl.h
@@ -180,7 +180,6 @@ extern void setup_sysctl_set(struct ctl_table_set *p,
180 int (*is_seen)(struct ctl_table_set *)); 180 int (*is_seen)(struct ctl_table_set *));
181extern void retire_sysctl_set(struct ctl_table_set *set); 181extern void retire_sysctl_set(struct ctl_table_set *set);
182 182
183void register_sysctl_root(struct ctl_table_root *root);
184struct ctl_table_header *__register_sysctl_table( 183struct ctl_table_header *__register_sysctl_table(
185 struct ctl_table_set *set, 184 struct ctl_table_set *set,
186 const char *path, struct ctl_table *table); 185 const char *path, struct ctl_table *table);