diff options
Diffstat (limited to 'include')
-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 f73be4cd662e..5ca510b3cbe2 100644 --- a/include/linux/sysctl.h +++ b/include/linux/sysctl.h | |||
@@ -972,6 +972,7 @@ extern int do_sysctl_strategy (struct ctl_table *table, | |||
972 | void __user *oldval, size_t __user *oldlenp, | 972 | void __user *oldval, size_t __user *oldlenp, |
973 | void __user *newval, size_t newlen); | 973 | void __user *newval, size_t newlen); |
974 | 974 | ||
975 | extern ctl_handler sysctl_data; | ||
975 | extern ctl_handler sysctl_string; | 976 | extern ctl_handler sysctl_string; |
976 | extern ctl_handler sysctl_intvec; | 977 | extern ctl_handler sysctl_intvec; |
977 | extern ctl_handler sysctl_jiffies; | 978 | extern ctl_handler sysctl_jiffies; |