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.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h
index 5432b34a1e51..39eafd8f97a3 100644
--- a/include/linux/sysctl.h
+++ b/include/linux/sysctl.h
@@ -981,11 +981,6 @@ extern int do_sysctl (int __user *name, int nlen,
981 void __user *oldval, size_t __user *oldlenp, 981 void __user *oldval, size_t __user *oldlenp,
982 void __user *newval, size_t newlen); 982 void __user *newval, size_t newlen);
983 983
984extern int do_sysctl_strategy (struct ctl_table *table,
985 int __user *name, int nlen,
986 void __user *oldval, size_t __user *oldlenp,
987 void __user *newval, size_t newlen);
988
989extern ctl_handler sysctl_data; 984extern ctl_handler sysctl_data;
990extern ctl_handler sysctl_string; 985extern ctl_handler sysctl_string;
991extern ctl_handler sysctl_intvec; 986extern ctl_handler sysctl_intvec;