]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - lib/is_single_threaded.c
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[mirror_ubuntu-artful-kernel.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.