PM / devfreq: Include cpufreq header in governor_cpufreq

Commit a0dd7b7 excludes cpufreq header from pm_opp.h. Since the
cpufreq governor uses the cpufreq APIs, include cpufreq header
directly for this governor.

Signed-off-by: Rohit Gupta <rohgup@codeaurora.org>
This commit is contained in:
Rohit Gupta 2015-04-06 12:02:15 -07:00 committed by David Keitel
parent 001bce0462
commit a753b44ec5

View file

@ -15,6 +15,7 @@
#include <linux/devfreq.h>
#include <linux/cpu.h>
#include <linux/cpufreq.h>
#include <linux/cpumask.h>
#include <linux/slab.h>
#include <linux/platform_device.h>