diff options
Diffstat (limited to 'arch/mips/au1000/common/power.c')
-rw-r--r-- | arch/mips/au1000/common/power.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/au1000/common/power.c b/arch/mips/au1000/common/power.c index 31256b85df6d..3901e8e04755 100644 --- a/arch/mips/au1000/common/power.c +++ b/arch/mips/au1000/common/power.c | |||
@@ -461,7 +461,7 @@ static struct ctl_table pm_dir_table[] = { | |||
461 | */ | 461 | */ |
462 | static int __init pm_init(void) | 462 | static int __init pm_init(void) |
463 | { | 463 | { |
464 | register_sysctl_table(pm_dir_table, 0); | 464 | register_sysctl_table(pm_dir_table); |
465 | return 0; | 465 | return 0; |
466 | } | 466 | } |
467 | 467 | ||