diff options
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/au1000/common/power.c | 2 | ||||
-rw-r--r-- | arch/mips/lasat/sysctl.c | 2 |
2 files changed, 2 insertions, 2 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 | ||
diff --git a/arch/mips/lasat/sysctl.c b/arch/mips/lasat/sysctl.c index c04e82fb9d59..699ab1886ceb 100644 --- a/arch/mips/lasat/sysctl.c +++ b/arch/mips/lasat/sysctl.c | |||
@@ -432,7 +432,7 @@ static int __init lasat_register_sysctl(void) | |||
432 | struct ctl_table_header *lasat_table_header; | 432 | struct ctl_table_header *lasat_table_header; |
433 | 433 | ||
434 | lasat_table_header = | 434 | lasat_table_header = |
435 | register_sysctl_table(lasat_root_table, 0); | 435 | register_sysctl_table(lasat_root_table); |
436 | 436 | ||
437 | return 0; | 437 | return 0; |
438 | } | 438 | } |