diff options
Diffstat (limited to 'arch/x86_64/kernel/vsyscall.c')
-rw-r--r-- | arch/x86_64/kernel/vsyscall.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86_64/kernel/vsyscall.c b/arch/x86_64/kernel/vsyscall.c index 2433d6fc68b1..c0e2b48be308 100644 --- a/arch/x86_64/kernel/vsyscall.c +++ b/arch/x86_64/kernel/vsyscall.c | |||
@@ -235,13 +235,13 @@ static ctl_table kernel_table2[] = { | |||
235 | .data = &sysctl_vsyscall, .maxlen = sizeof(int), .mode = 0644, | 235 | .data = &sysctl_vsyscall, .maxlen = sizeof(int), .mode = 0644, |
236 | .strategy = vsyscall_sysctl_nostrat, | 236 | .strategy = vsyscall_sysctl_nostrat, |
237 | .proc_handler = vsyscall_sysctl_change }, | 237 | .proc_handler = vsyscall_sysctl_change }, |
238 | { 0, } | 238 | {} |
239 | }; | 239 | }; |
240 | 240 | ||
241 | static ctl_table kernel_root_table2[] = { | 241 | static ctl_table kernel_root_table2[] = { |
242 | { .ctl_name = CTL_KERN, .procname = "kernel", .mode = 0555, | 242 | { .ctl_name = CTL_KERN, .procname = "kernel", .mode = 0555, |
243 | .child = kernel_table2 }, | 243 | .child = kernel_table2 }, |
244 | { 0 }, | 244 | {} |
245 | }; | 245 | }; |
246 | 246 | ||
247 | #endif | 247 | #endif |