diff options
| author | Ingo Molnar <[email protected]> | 2017-02-08 18:51:57 +0100 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2017-03-03 01:45:35 +0100 |
| commit | a906086ef35129d522047a296e7c4237af75fdcb (patch) | |
| tree | 87f58f9401004491e9b906217e3739560c030295 /include/linux | |
| 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 <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'include/linux')
| -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: */ |