From: Adrian Bunk <bunk@stusta.de>

I didn't find any possible modular usage in the kernel.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 kernel/sched.c |    2 --
 1 files changed, 2 deletions(-)

diff -puN kernel/sched.c~unexport-idle_cpu kernel/sched.c
--- devel/kernel/sched.c~unexport-idle_cpu	2005-07-26 00:39:05.000000000 -0700
+++ devel-akpm/kernel/sched.c	2005-07-26 00:39:05.000000000 -0700
@@ -3632,8 +3632,6 @@ int idle_cpu(int cpu)
 	return cpu_curr(cpu) == cpu_rq(cpu)->idle;
 }
 
-EXPORT_SYMBOL_GPL(idle_cpu);
-
 /**
  * idle_task - return the idle task for a given cpu.
  * @cpu: the processor in question.
_