mirror of
https://github.com/LineageOS/android_kernel_fxtec_sm6115.git
synced 2026-04-17 09:14:52 +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>