From: Adrian Bunk I didn't find any possible modular usage in the kernel. Signed-off-by: Adrian Bunk Acked-by: Ingo Molnar Signed-off-by: Andrew Morton --- 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-08-06 15:35:24.000000000 -0700 +++ devel-akpm/kernel/sched.c 2005-08-06 15:35:24.000000000 -0700 @@ -3613,8 +3613,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. _