diff options
-rw-r--r-- | kernel/sched.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/sched.c b/kernel/sched.c index 013f1448006b..3ce26954be12 100644 --- a/kernel/sched.c +++ b/kernel/sched.c | |||
@@ -3563,8 +3563,6 @@ int idle_cpu(int cpu) | |||
3563 | return cpu_curr(cpu) == cpu_rq(cpu)->idle; | 3563 | return cpu_curr(cpu) == cpu_rq(cpu)->idle; |
3564 | } | 3564 | } |
3565 | 3565 | ||
3566 | EXPORT_SYMBOL_GPL(idle_cpu); | ||
3567 | |||
3568 | /** | 3566 | /** |
3569 | * idle_task - return the idle task for a given cpu. | 3567 | * idle_task - return the idle task for a given cpu. |
3570 | * @cpu: the processor in question. | 3568 | * @cpu: the processor in question. |