diff options
Diffstat (limited to 'arch/frv')
-rw-r--r-- | arch/frv/kernel/sysctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/frv/kernel/sysctl.c b/arch/frv/kernel/sysctl.c index 2f4da32fba20..37528ebef759 100644 --- a/arch/frv/kernel/sysctl.c +++ b/arch/frv/kernel/sysctl.c | |||
@@ -197,7 +197,7 @@ static struct ctl_table frv_dir_table[] = | |||
197 | */ | 197 | */ |
198 | static int __init frv_sysctl_init(void) | 198 | static int __init frv_sysctl_init(void) |
199 | { | 199 | { |
200 | register_sysctl_table(frv_dir_table, 1); | 200 | register_sysctl_table(frv_dir_table, 0); |
201 | return 0; | 201 | return 0; |
202 | } | 202 | } |
203 | 203 | ||