commit | 752138df0dc2daaae09379c754caeb08c97905dc | [log] [tgz] |
---|---|---|
author | Len Brown <len.brown@intel.com> | Sat May 22 16:57:26 2010 -0400 |
committer | Len Brown <len.brown@intel.com> | Thu May 27 21:06:58 2010 -0400 |
tree | 4908627df11ccb42570fc3525c560f89c444781c | |
parent | c0d64cb031c21f163a0ec15cf10844bcf0ceedcf [diff] |
cpuidle: make cpuidle_curr_driver static 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>