aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2017-02-02 17:54:15 +0100
committerIngo Molnar <mingo@kernel.org>2017-03-03 01:45:32 +0100
commite26512fea5bcd6602dbf02a551ed073cd4529449 (patch)
treeb991363332d28895ae2f6f4ed65a23986e51376d /include
parentkasan, sched/headers: Remove <linux/sched.h> from <linux/kasan.h> (diff)
downloadlinux-dev-e26512fea5bcd6602dbf02a551ed073cd4529449.tar.xz
linux-dev-e26512fea5bcd6602dbf02a551ed073cd4529449.zip
sched/headers: Remove <linux/cred.h> inclusion from <linux/sched.h>
This reduces header dependencies and speeds up the build. 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> Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/sched.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 8991e4d7cd0f..1be69735cef3 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -24,7 +24,6 @@
#include <linux/kcov.h>
#include <linux/task_io_accounting.h>
#include <linux/latencytop.h>
-#include <linux/cred.h>
#include <linux/gfp.h>
#include <linux/topology.h>
#include <linux/magic.h>