|
@@ -3,6 +3,7 @@
|
|
|
#include <linux/sched/sysctl.h>
|
|
|
#include <linux/sched/topology.h>
|
|
|
#include <linux/sched/rt.h>
|
|
|
+#include <linux/sched/deadline.h>
|
|
|
#include <linux/sched/clock.h>
|
|
|
#include <linux/sched/wake_q.h>
|
|
|
#include <linux/sched/signal.h>
|
|
@@ -12,8 +13,9 @@
|
|
|
#include <linux/sched/stat.h>
|
|
|
#include <linux/sched/nohz.h>
|
|
|
#include <linux/sched/debug.h>
|
|
|
+#include <linux/sched/hotplug.h>
|
|
|
+
|
|
|
#include <linux/u64_stats_sync.h>
|
|
|
-#include <linux/sched/deadline.h>
|
|
|
#include <linux/kernel_stat.h>
|
|
|
#include <linux/binfmts.h>
|
|
|
#include <linux/mutex.h>
|