cpufreq: Export disable_cpufreq()

This is used by the tegra124-cpufreq driver.

Signed-off-by: Aaron Kling <webgeek1234@gmail.com>
This commit is contained in:
Aaron Kling
2025-04-01 20:19:38 -05:00
committed by Thomas Makin
parent 2df944f323
commit 8b643632f0

View File

@@ -107,6 +107,7 @@ void disable_cpufreq(void)
{
off = 1;
}
EXPORT_SYMBOL_GPL(disable_cpufreq);
static DEFINE_MUTEX(cpufreq_governor_mutex);
bool have_governor_per_policy(void)