summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2017-02-05 15:30:50 +0100
committerIngo Molnar <mingo@kernel.org>2017-03-02 08:42:40 +0100
commit0881e7bd341e2158b314596bcf2059e88e68f04e (patch)
tree3c5231c7b301ae51da46b999493ae40f1c4f523a /kernel
parent1777e4635507265ba53d8dc4cd248e7d7c306fa0 (diff)
downloadlinux-0881e7bd341e2158b314596bcf2059e88e68f04e.tar.gz
linux-0881e7bd341e2158b314596bcf2059e88e68f04e.tar.xz
sched/headers: Prepare to move the get_task_struct()/put_task_struct() and related APIs from <linux/sched.h> to <linux/sched/task.h>
But first update usage sites with the new header dependency. Acked-by: Linus Torvalds <torvalds@linux-foundation.org> Cc: Mike Galbraith <efault@gmx.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: linux-kernel@vger.kernel.org Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/irq/manage.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/irq/manage.c b/kernel/irq/manage.c
index 09740952e4de..a4afe5cc5af1 100644
--- a/kernel/irq/manage.c
+++ b/kernel/irq/manage.c
@@ -17,6 +17,7 @@
#include <linux/slab.h>
#include <linux/sched.h>
#include <linux/sched/rt.h>
+#include <linux/sched/task.h>
#include <uapi/linux/sched/types.h>
#include <linux/task_work.h>