diff options
Diffstat (limited to 'arch/ppc')
-rw-r--r-- | arch/ppc/kernel/ppc_htab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/kernel/ppc_htab.c b/arch/ppc/kernel/ppc_htab.c index 77b20ff672b8..0a7e42d54eaf 100644 --- a/arch/ppc/kernel/ppc_htab.c +++ b/arch/ppc/kernel/ppc_htab.c | |||
@@ -457,7 +457,7 @@ static ctl_table htab_sysctl_root[] = { | |||
457 | static int __init | 457 | static int __init |
458 | register_ppc_htab_sysctl(void) | 458 | register_ppc_htab_sysctl(void) |
459 | { | 459 | { |
460 | register_sysctl_table(htab_sysctl_root, 0); | 460 | register_sysctl_table(htab_sysctl_root); |
461 | 461 | ||
462 | return 0; | 462 | return 0; |
463 | } | 463 | } |