diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2013-05-21 14:59:19 (GMT) |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-05-21 23:34:27 (GMT) |
commit | bdc92d74e0ec95a8101447467c25f015105f2e5a (patch) | |
tree | 3351d0c3678a5db6a1229c89c8f158748890112f /arch/mips/kernel/idle.c | |
parent | d882f07a83642283b9bc4e7f4c56ac4982c5e629 (diff) | |
download | linux-bdc92d74e0ec95a8101447467c25f015105f2e5a.tar.xz |
MIPS: Idle: Consolidate all declarations in <asm/idle.h>.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/idle.c')
-rw-r--r-- | arch/mips/kernel/idle.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/mips/kernel/idle.c b/arch/mips/kernel/idle.c index 1f85dda..985cc02 100644 --- a/arch/mips/kernel/idle.c +++ b/arch/mips/kernel/idle.c @@ -18,6 +18,7 @@ #include <linux/sched.h> #include <asm/cpu.h> #include <asm/cpu-info.h> +#include <asm/idle.h> #include <asm/mipsregs.h> /* @@ -44,8 +45,6 @@ static void r39xx_wait(void) local_irq_enable(); } -extern void r4k_wait(void); - /* * This variant is preferable as it allows testing need_resched and going to * sleep depending on the outcome atomically. Unfortunately the "It is |