diff options
Diffstat (limited to 'arch/frv/kernel/sysctl.c')
-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 577ad16cf840..3e9d7e03fb95 100644 --- a/arch/frv/kernel/sysctl.c +++ b/arch/frv/kernel/sysctl.c | |||
@@ -216,7 +216,7 @@ static struct ctl_table frv_dir_table[] = | |||
216 | */ | 216 | */ |
217 | static int __init frv_sysctl_init(void) | 217 | static int __init frv_sysctl_init(void) |
218 | { | 218 | { |
219 | register_sysctl_table(frv_dir_table, 0); | 219 | register_sysctl_table(frv_dir_table); |
220 | return 0; | 220 | return 0; |
221 | } | 221 | } |
222 | 222 | ||