Skip to content

Commit 3254f54

Browse files
webgeek1234vireshk
authored andcommitted
cpufreq: Export disable_cpufreq()
This is used by the tegra124-cpufreq driver. Signed-off-by: Aaron Kling <webgeek1234@gmail.com> Acked-by: Rafael J. Wysocki <rafael@kernel.org> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
1 parent 4a26df2 commit 3254f54

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/cpufreq/cpufreq.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ void disable_cpufreq(void)
109109
{
110110
off = 1;
111111
}
112+
EXPORT_SYMBOL_GPL(disable_cpufreq);
113+
112114
static DEFINE_MUTEX(cpufreq_governor_mutex);
113115

114116
bool have_governor_per_policy(void)

0 commit comments

Comments
 (0)