diff options
author | Ingo Molnar <mingo@kernel.org> | 2017-02-08 20:51:57 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-03-03 03:45:35 +0300 |
commit | a906086ef35129d522047a296e7c4237af75fdcb (patch) | |
tree | 87f58f9401004491e9b906217e3739560c030295 | |
parent | 4f079e98a0db5f067c0981a526ff8938e21c52e2 (diff) | |
download | linux-a906086ef35129d522047a296e7c4237af75fdcb.tar.xz |
sched/headers: Remove <linux/sched.h> from <linux/sched/hotplug.h>
The <linux/sched/hotplug.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>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
-rw-r--r-- | include/linux/sched/hotplug.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/sched/hotplug.h b/include/linux/sched/hotplug.h index c608d3c1ddb8..752ac7e628d7 100644 --- a/include/linux/sched/hotplug.h +++ b/include/linux/sched/hotplug.h @@ -1,8 +1,6 @@ #ifndef _LINUX_SCHED_HOTPLUG_H #define _LINUX_SCHED_HOTPLUG_H -#include <linux/sched.h> - /* * Scheduler interfaces for hotplug CPU support: */ |