diff --git a/drivers/cpufreq/cpufreq.c b/drivers/cpufreq/cpufreq.c index 111864a319e3..53b98d66894a 100644 --- a/drivers/cpufreq/cpufreq.c +++ b/drivers/cpufreq/cpufreq.c @@ -1983,6 +1983,7 @@ bool cpufreq_driver_test_flags(u16 flags) { return !!(cpufreq_driver->flags & flags); } +EXPORT_SYMBOL_GPL(cpufreq_driver_test_flags); /** * cpufreq_get_current_driver - Return the current driver's name.