From: Ralf Baechle Date: Tue, 15 Sep 2009 11:36:13 +0000 (+0200) Subject: MIPS: Get rid of duplicate cpu_idle() prototype. X-Git-Tag: v2.6.32-rc1~658^2~42 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e17615c45980fc34d3f7d04bc7063cfc32180ec;p=pandora-kernel.git MIPS: Get rid of duplicate cpu_idle() prototype. Since 2.6.11-rc1 there is a prototype in . Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/kernel/smp.c b/arch/mips/kernel/smp.c index bc7d9b05e2f4..64668a93248b 100644 --- a/arch/mips/kernel/smp.c +++ b/arch/mips/kernel/smp.c @@ -32,6 +32,7 @@ #include #include #include +#include #include #include @@ -49,8 +50,6 @@ volatile cpumask_t cpu_callin_map; /* Bitmask of started secondaries */ int __cpu_number_map[NR_CPUS]; /* Map physical to logical */ int __cpu_logical_map[NR_CPUS]; /* Map logical to physical */ -extern void cpu_idle(void); - /* Number of TCs (or siblings in Intel speak) per CPU core */ int smp_num_siblings = 1; EXPORT_SYMBOL(smp_num_siblings);