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 --- 25/kernel/sched.c~unexport-idle_cpu 2005-04-29 18:55:49.836446320 -0700 +++ 25-akpm/kernel/sched.c 2005-04-29 18:55:49.842445408 -0700 @@ -3461,8 +3461,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. _