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:
parent
9b476ebe99
commit
b53c3cb351
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user