diff options
author | Ingo Molnar <mingo@kernel.org> | 2017-02-08 12:51:57 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-03-02 19:45:35 -0500 |
commit | a906086ef35129d522047a296e7c4237af75fdcb (patch) | |
tree | 87f58f9401004491e9b906217e3739560c030295 | |
parent | 4f079e98a0db5f067c0981a526ff8938e21c52e2 (diff) |
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 @@ | |||
1 | #ifndef _LINUX_SCHED_HOTPLUG_H | 1 | #ifndef _LINUX_SCHED_HOTPLUG_H |
2 | #define _LINUX_SCHED_HOTPLUG_H | 2 | #define _LINUX_SCHED_HOTPLUG_H |
3 | 3 | ||
4 | #include <linux/sched.h> | ||
5 | |||
6 | /* | 4 | /* |
7 | * Scheduler interfaces for hotplug CPU support: | 5 | * Scheduler interfaces for hotplug CPU support: |
8 | */ | 6 | */ |