diff options
author | Ingo Molnar <mingo@kernel.org> | 2017-02-01 16:36:40 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-03-03 01:45:27 +0100 |
commit | c03cb28e7c44055cd00d11b8581b9fa46a3e3764 (patch) | |
tree | 011d6032d42e0d7fba26075ca9131e036fb61851 | |
parent | 6f175fc9536355d8aa5c2d4854848a97c244a031 (diff) | |
download | linux-stable-c03cb28e7c44055cd00d11b8581b9fa46a3e3764.tar.gz linux-stable-c03cb28e7c44055cd00d11b8581b9fa46a3e3764.tar.bz2 linux-stable-c03cb28e7c44055cd00d11b8581b9fa46a3e3764.zip |
sched/headers: Remove <linux/sched.h> from <linux/sched/topology.h>
The <linux/sched/topology.h> file is a self-contained header and users of
it either don't need <linux/sched.h> - or have already included it.
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>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
-rw-r--r-- | include/linux/sched/topology.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/sched/topology.h b/include/linux/sched/topology.h index b3550b36e65d..0d6fceff37bb 100644 --- a/include/linux/sched/topology.h +++ b/include/linux/sched/topology.h @@ -1,8 +1,6 @@ #ifndef _LINUX_SCHED_TOPOLOGY_H #define _LINUX_SCHED_TOPOLOGY_H -#include <linux/sched.h> - #include <linux/sched/idle.h> /* |