aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2017-02-08 18:51:57 +0100
committerIngo Molnar <mingo@kernel.org>2017-03-03 01:45:35 +0100
commita906086ef35129d522047a296e7c4237af75fdcb (patch)
tree87f58f9401004491e9b906217e3739560c030295 /include
parentsched/headers: Remove <linux/sched.h> from <linux/sched/debug.h> (diff)
downloadlinux-dev-a906086ef35129d522047a296e7c4237af75fdcb.tar.xz
linux-dev-a906086ef35129d522047a296e7c4237af75fdcb.zip
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>
Diffstat (limited to 'include')
-rw-r--r--include/linux/sched/hotplug.h2
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:
*/