sched: Make separate sched*.c translation units
[deliverable/linux.git] / kernel / sched_stoptask.c
index 8b44e7fa7fb355e1bb338e0df5f7bb51b2712cea..7b386e86fd2352c1a0fef2be23672a9c8ef194db 100644 (file)
@@ -1,3 +1,5 @@
+#include "sched.h"
+
 /*
  * stop-task scheduling class.
  *
@@ -80,7 +82,7 @@ get_rr_interval_stop(struct rq *rq, struct task_struct *task)
 /*
  * Simple, special scheduling class for the per-CPU stop tasks:
  */
-static const struct sched_class stop_sched_class = {
+const struct sched_class stop_sched_class = {
        .next                   = &rt_sched_class,
 
        .enqueue_task           = enqueue_task_stop,
This page took 0.041984 seconds and 5 git commands to generate.