ANDROID: Export cpufreq_driver_test_flags()

The function is required by out of tree cpufreq governors.

Bug: 322549912
Signed-off-by: Qais Yousef <qyousef@google.com>
Change-Id: Ib62bb957d72878a56cbbd955447b372cdad3b92c
This commit is contained in:
Qais Yousef 2024-02-01 09:53:04 +00:00 committed by Treehugger Robot
parent 9b476ebe99
commit b53c3cb351

View File

@ -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.