]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - lib/is_single_threaded.c
Merge tag 'gvt-fixes-2017-03-08' of https://github.com/01org/gvt-linux into drm-intel...
[karo-tx-linux.git] / lib / is_single_threaded.c
index 391fd23976a2c00fc9c08cfe6e2a2ab44953c5cf..9c7d89df40ed9b260b14d51713e55ae4d8d2950b 100644 (file)
@@ -9,8 +9,9 @@
  * as published by the Free Software Foundation; either version
  * 2 of the Licence, or (at your option) any later version.
  */
-
-#include <linux/sched.h>
+#include <linux/sched/signal.h>
+#include <linux/sched/task.h>
+#include <linux/sched/mm.h>
 
 /*
  * Returns true if the task does not share ->mm with another thread/process.