diff options
author | Ingo Molnar <mingo@kernel.org> | 2017-02-02 13:44:31 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-03-03 03:45:31 +0300 |
commit | ac4e620967bb72f86371154935aa8b67cf54e225 (patch) | |
tree | 0c6c38a94a43aa41cf8d548f17963e58a9c35f05 /include/linux/sched.h | |
parent | de8deb0ad79f8a49cea5110c006c8676a11611f7 (diff) | |
download | linux-ac4e620967bb72f86371154935aa8b67cf54e225.tar.xz |
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>
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 43ed34ccb53a..54eefb2ad603 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> |