diff options
author | Ingo Molnar <mingo@kernel.org> | 2017-02-08 20:51:54 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-03-03 03:45:30 +0300 |
commit | ae1cc8823204bb938d039afa43c28a84591ada9f (patch) | |
tree | 13722664fdafbfe7b8910c9c06a12cc74041c4e0 /include | |
parent | b8d6d80b37a98e3910f1b4e799f8ebea88e94bfa (diff) | |
download | linux-ae1cc8823204bb938d039afa43c28a84591ada9f.tar.xz |
sched/headers: Remove <linux/sched.h> from <linux/sched/coredump.h>
The <linux/sched/coredump.h> file is a self-contained header and users of
it either don't need <linux/sched.h> - or have already included it.
Include <linux/mm_types.h>.
This reduces the size of the header dependency graph.
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/coredump.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sched/coredump.h b/include/linux/sched/coredump.h index f46912aa4f4c..69eedcef8f03 100644 --- a/include/linux/sched/coredump.h +++ b/include/linux/sched/coredump.h @@ -1,7 +1,6 @@ #ifndef _LINUX_SCHED_COREDUMP_H #define _LINUX_SCHED_COREDUMP_H -#include <linux/sched.h> #include <linux/mm_types.h> #define SUID_DUMP_DISABLE 0 /* No setuid dumping */ |