ANDROID: cpuidle: export cpuidle_driver_state_disabled
Export cpuidle_driver_state_disabled() so that CPU idle states may be disabled at runtime for debugging CPU and cluster idle states. Bug: 175718935 Signed-off-by: Lina Iyer <ilina@codeaurora.org> Change-Id: Id9038074d64fb6c0444d9aca68420414c3223e93 (cherry picked from commit de93734e224be27681d2367bc6275a4dc58e6dc6)
This commit is contained in:
parent
307ad9fb59
commit
f154a239c3
|
@ -385,3 +385,4 @@ void cpuidle_driver_state_disabled(struct cpuidle_driver *drv, int idx,
|
|||
|
||||
mutex_unlock(&cpuidle_lock);
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(cpuidle_driver_state_disabled);
|
||||
|
|
Loading…
Reference in New Issue