summaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2017-02-04 00:16:44 +0100
committerIngo Molnar <mingo@kernel.org>2017-03-03 01:45:16 +0100
commit77ba809e8b39b4e384df0433e2bd3dd0907dad29 (patch)
tree39eca3c99902042a9496f28977f729031f56349f /include/linux/sched.h
parent9e7d2e44dd88ba7e29c165b6fca428e384afa5a8 (diff)
downloadop-kernel-dev-77ba809e8b39b4e384df0433e2bd3dd0907dad29.zip
op-kernel-dev-77ba809e8b39b4e384df0433e2bd3dd0907dad29.tar.gz
sched/headers: Remove the <linux/mm_types.h> dependency from <linux/sched.h>
Use the freshly introduced, reduced size <linux/mm_types_task.h> header instead. 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 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 4934733..3eb2847 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -8,7 +8,7 @@
#include <linux/capability.h>
#include <linux/mutex.h>
#include <linux/plist.h>
-#include <linux/mm_types.h>
+#include <linux/mm_types_task.h>
#include <asm/ptrace.h>
#include <linux/sem.h>
OpenPOWER on IntegriCloud