summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2017-02-05 14:35:41 +0100
committerIngo Molnar <mingo@kernel.org>2017-03-02 08:42:40 +0100
commit61855b6b03df9b6a15bd265c2c3ae7b5e23da312 (patch)
tree394eb8c75f077bcd9abb373248372b5bc1779d42 /kernel
parent3f8c24529b42fc5044c2a44bdb8ba69aec2bee37 (diff)
downloadlinux-61855b6b03df9b6a15bd265c2c3ae7b5e23da312.tar.gz
linux-61855b6b03df9b6a15bd265c2c3ae7b5e23da312.tar.xz
sched/headers: Prepare to move exit_files() and exit_itimers() from <linux/sched.h> to <linux/sched/task.h>
But first update the usage site. 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/time/posix-timers.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/time/posix-timers.c b/kernel/time/posix-timers.c
index 1e6623d76750..50a6a47020de 100644
--- a/kernel/time/posix-timers.c
+++ b/kernel/time/posix-timers.c
@@ -35,6 +35,7 @@
#include <linux/slab.h>
#include <linux/time.h>
#include <linux/mutex.h>
+#include <linux/sched/task.h>
#include <linux/uaccess.h>
#include <linux/list.h>