aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2017-02-02 11:44:31 +0100
committerIngo Molnar <mingo@kernel.org>2017-03-03 01:45:31 +0100
commitac4e620967bb72f86371154935aa8b67cf54e225 (patch)
tree0c6c38a94a43aa41cf8d548f17963e58a9c35f05
parentde8deb0ad79f8a49cea5110c006c8676a11611f7 (diff)
downloadlinux-ac4e620967bb72f86371154935aa8b67cf54e225.tar.gz
sched/headers: Remove #include <linux/capability.h> from <linux/sched.h>
The <linux/sched.h> header does not actually make use of any types or APIs defined in <linux/capability.h>, so remove its inclusion. 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>
-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 43ed34ccb53a77..54eefb2ad603fc 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -5,7 +5,6 @@
#include <linux/sched/prio.h>
-#include <linux/capability.h>
#include <linux/mutex.h>
#include <linux/plist.h>
#include <linux/mm_types_task.h>