diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2013-05-16 01:09:56 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-05-27 07:20:55 -0400 |
commit | 3f869d6d41d032392abafe17ea5257a2514a24a7 (patch) | |
tree | 66498df54429f946f208a581f1bd92620a84fe18 /drivers/cpufreq/cpufreq.c | |
parent | 5d69030db5c93d0521174ef0d3d5d3bceeb04e42 (diff) |
cpufreq: Add EXPORT_SYMBOL_GPL for have_governor_per_policy
This patch adds: EXPORT_SYMBOL_GPL(have_governor_per_policy), so that
this routine can be used by modules too.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/cpufreq/cpufreq.c')
-rw-r--r-- | drivers/cpufreq/cpufreq.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/cpufreq/cpufreq.c b/drivers/cpufreq/cpufreq.c index 2d53f47d1747..2f254691ed1f 100644 --- a/drivers/cpufreq/cpufreq.c +++ b/drivers/cpufreq/cpufreq.c | |||
@@ -132,6 +132,7 @@ bool have_governor_per_policy(void) | |||
132 | { | 132 | { |
133 | return cpufreq_driver->have_governor_per_policy; | 133 | return cpufreq_driver->have_governor_per_policy; |
134 | } | 134 | } |
135 | EXPORT_SYMBOL_GPL(have_governor_per_policy); | ||
135 | 136 | ||
136 | static struct cpufreq_policy *__cpufreq_cpu_get(unsigned int cpu, bool sysfs) | 137 | static struct cpufreq_policy *__cpufreq_cpu_get(unsigned int cpu, bool sysfs) |
137 | { | 138 | { |