aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sysctl_binary.c
diff options
context:
space:
mode:
authorEric W. Biederman <ebiederm@xmission.com>2009-04-03 01:08:48 -0700
committerEric W. Biederman <ebiederm@xmission.com>2009-11-06 03:53:59 -0800
commit642c6d946b5cdc27d0146c41dc20b7c4d4c3ccd8 (patch)
tree90badbad210a63e66fd5a07bc593511efad7a3d2 /kernel/sysctl_binary.c
parentsysctl: Remove the cond_syscall entry for sys32_sysctl (diff)
downloadlinux-dev-642c6d946b5cdc27d0146c41dc20b7c4d4c3ccd8.tar.xz
linux-dev-642c6d946b5cdc27d0146c41dc20b7c4d4c3ccd8.zip
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 'kernel/sysctl_binary.c')
-rw-r--r--kernel/sysctl_binary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sysctl_binary.c b/kernel/sysctl_binary.c
index 775cc49da622..642019894299 100644
--- a/kernel/sysctl_binary.c
+++ b/kernel/sysctl_binary.c
@@ -135,7 +135,7 @@ static void deprecated_sysctl_warning(const int *name, int nlen)
return;
}
-int do_sysctl(int __user *args_name, int nlen,
+static int do_sysctl(int __user *args_name, int nlen,
void __user *oldval, size_t __user *oldlenp,
void __user *newval, size_t newlen)
{