diff options
Diffstat (limited to 'kernel/utsname_sysctl.c')
-rw-r--r-- | kernel/utsname_sysctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/utsname_sysctl.c b/kernel/utsname_sysctl.c index 324aa1341b5f..f22b9dbd2a9c 100644 --- a/kernel/utsname_sysctl.c +++ b/kernel/utsname_sysctl.c | |||
@@ -139,7 +139,7 @@ static struct ctl_table uts_root_table[] = { | |||
139 | 139 | ||
140 | static int __init utsname_sysctl_init(void) | 140 | static int __init utsname_sysctl_init(void) |
141 | { | 141 | { |
142 | register_sysctl_table(uts_root_table, 0); | 142 | register_sysctl_table(uts_root_table); |
143 | return 0; | 143 | return 0; |
144 | } | 144 | } |
145 | 145 | ||