mirror of
https://github.com/Evolution-X-Devices/kernel_google_b1c1
synced 2026-02-05 05:19:57 +00:00
cpuidle_register_driver() sets cpuidle_curr_driver cpuidle_unregister_driver() clears cpuidle_curr_driver We should't expose cpuidle_curr_driver to potential modification except via these interfaces. So make it static and create cpuidle_get_driver() to observe it. Signed-off-by: Len Brown <len.brown@intel.com>