sched: Make separate sched*.c translation units
[linux-2.6-block.git] / kernel / sched_idletask.c
index 0a51882534eadfea8cb0582c15867aac9c193a26..91b4c957f289a96138290e64bc787b115086f4d8 100644 (file)
@@ -1,3 +1,5 @@
+#include "sched.h"
+
 /*
  * idle-task scheduling class.
  *
@@ -71,7 +73,7 @@ static unsigned int get_rr_interval_idle(struct rq *rq, struct task_struct *task
 /*
  * Simple, special scheduling class for the per-CPU idle tasks:
  */
-static const struct sched_class idle_sched_class = {
+const struct sched_class idle_sched_class = {
        /* .next is NULL */
        /* no enqueue/yield_task for idle tasks */