mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
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:
committed by
Treehugger Robot
parent
9b476ebe99
commit
b53c3cb351
@@ -1983,6 +1983,7 @@ bool cpufreq_driver_test_flags(u16 flags)
|
|||||||
{
|
{
|
||||||
return !!(cpufreq_driver->flags & flags);
|
return !!(cpufreq_driver->flags & flags);
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL_GPL(cpufreq_driver_test_flags);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* cpufreq_get_current_driver - Return the current driver's name.
|
* cpufreq_get_current_driver - Return the current driver's name.
|
||||||
|
|||||||
Reference in New Issue
Block a user