diff options
author | Ingo Molnar <mingo@kernel.org> | 2017-02-02 20:56:33 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-03-03 01:45:34 +0100 |
commit | f0a0eb699967f4f51567b563818bafe4017bef73 (patch) | |
tree | 1fc6b0edfc1bc4763c690488a7e68bb821979639 | |
parent | 9c6da18109d603a99915b257929c0370c9d3ae40 (diff) | |
download | linux-f0a0eb699967f4f51567b563818bafe4017bef73.tar.bz2 |
sched/headers: Remove the <linux/gfp.h> include from <linux/sched.h>
This reduces sched.h header dependencies.
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index cc5c99a27e21..ab80596dddfd 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -22,7 +22,6 @@ #include <linux/kcov.h> #include <linux/task_io_accounting.h> #include <linux/latencytop.h> -#include <linux/gfp.h> #include <linux/topology.h> #include <linux/magic.h> |