diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2009-04-03 04:08:48 -0400 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2009-11-06 06:53:59 -0500 |
commit | 642c6d946b5cdc27d0146c41dc20b7c4d4c3ccd8 (patch) | |
tree | 90badbad210a63e66fd5a07bc593511efad7a3d2 /include/linux/sysctl.h | |
parent | 942405f36038b8f930ab67e24aa1ad72bee96a25 (diff) |
sysctl: Make do_sysctl static
Now that all of the architectures use compat_sys_sysctl do_sysctl
can become static.
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Diffstat (limited to 'include/linux/sysctl.h')
-rw-r--r-- | include/linux/sysctl.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h index 1e4743ee6831..82c32b89932d 100644 --- a/include/linux/sysctl.h +++ b/include/linux/sysctl.h | |||
@@ -996,10 +996,6 @@ extern int proc_doulongvec_minmax(struct ctl_table *, int, | |||
996 | extern int proc_doulongvec_ms_jiffies_minmax(struct ctl_table *table, int, | 996 | extern int proc_doulongvec_ms_jiffies_minmax(struct ctl_table *table, int, |
997 | void __user *, size_t *, loff_t *); | 997 | void __user *, size_t *, loff_t *); |
998 | 998 | ||
999 | extern int do_sysctl (int __user *name, int nlen, | ||
1000 | void __user *oldval, size_t __user *oldlenp, | ||
1001 | void __user *newval, size_t newlen); | ||
1002 | |||
1003 | extern ctl_handler sysctl_data; | 999 | extern ctl_handler sysctl_data; |
1004 | extern ctl_handler sysctl_string; | 1000 | extern ctl_handler sysctl_string; |
1005 | extern ctl_handler sysctl_intvec; | 1001 | extern ctl_handler sysctl_intvec; |