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>
This commit is contained in:
Eric W. Biederman 2009-04-03 01:08:48 -07:00
parent 942405f360
commit 642c6d946b
2 changed files with 1 additions and 5 deletions

View file

@ -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)
{