diff options
Diffstat (limited to 'include/linux/sysctl.h')
-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 be76464671f0..e99171f01b4c 100644 --- a/include/linux/sysctl.h +++ b/include/linux/sysctl.h | |||
@@ -1068,6 +1068,7 @@ struct ctl_table_header | |||
1068 | struct ctl_table_header *register_sysctl_table(struct ctl_table * table); | 1068 | struct ctl_table_header *register_sysctl_table(struct ctl_table * table); |
1069 | 1069 | ||
1070 | void unregister_sysctl_table(struct ctl_table_header * table); | 1070 | void unregister_sysctl_table(struct ctl_table_header * table); |
1071 | int sysctl_check_table(struct ctl_table *table); | ||
1071 | 1072 | ||
1072 | #else /* __KERNEL__ */ | 1073 | #else /* __KERNEL__ */ |
1073 | 1074 | ||