diff options
Diffstat (limited to 'arch/sh64/kernel/traps.c')
-rw-r--r-- | arch/sh64/kernel/traps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh64/kernel/traps.c b/arch/sh64/kernel/traps.c index 02cca742cf03..c346d7ef9280 100644 --- a/arch/sh64/kernel/traps.c +++ b/arch/sh64/kernel/traps.c | |||
@@ -960,7 +960,7 @@ static ctl_table sh64_root[] = { | |||
960 | static struct ctl_table_header *sysctl_header; | 960 | static struct ctl_table_header *sysctl_header; |
961 | static int __init init_sysctl(void) | 961 | static int __init init_sysctl(void) |
962 | { | 962 | { |
963 | sysctl_header = register_sysctl_table(sh64_root, 0); | 963 | sysctl_header = register_sysctl_table(sh64_root); |
964 | return 0; | 964 | return 0; |
965 | } | 965 | } |
966 | 966 | ||