mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
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:
parent
942405f360
commit
642c6d946b
2 changed files with 1 additions and 5 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue