aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorGravatar Ingo Molnar <mingo@kernel.org> 2017-02-08 18:51:55 +0100
committerGravatar Ingo Molnar <mingo@kernel.org> 2017-03-03 01:45:32 +0100
commited53742d793bd92ed32114081370b199dc94467d (patch)
treee9b35ecb6515053be92a85bf700e30581b312788 /include/linux
parentsched/headers: Remove <linux/cgroup-defs.h> from <linux/sched.h> (diff)
downloadlinux-ed53742d793bd92ed32114081370b199dc94467d.tar.gz
linux-ed53742d793bd92ed32114081370b199dc94467d.tar.bz2
linux-ed53742d793bd92ed32114081370b199dc94467d.zip
sched/headers: Remove <linux/sched.h> from <linux/sched/cpufreq.h>
Make the <linux/sched/cpufreq.h> file a self-contained header and remove the <linux/sched.h> dependency: 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/linux')
-rw-r--r--include/linux/sched/cpufreq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched/cpufreq.h b/include/linux/sched/cpufreq.h
index 2bdcfbfc4c30..d2be2ccbb372 100644
--- a/include/linux/sched/cpufreq.h
+++ b/include/linux/sched/cpufreq.h
@@ -1,7 +1,7 @@
#ifndef _LINUX_SCHED_CPUFREQ_H
#define _LINUX_SCHED_CPUFREQ_H
-#include <linux/sched.h>
+#include <linux/types.h>
/*
* Interface between cpufreq drivers and the scheduler: