git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0d64cb
)
cpuidle: make cpuidle_curr_driver static
author
Len Brown
<len.brown@intel.com>
Sat, 22 May 2010 20:57:26 +0000
(16:57 -0400)
committer
Len Brown
<len.brown@intel.com>
Fri, 28 May 2010 01:06:58 +0000
(21:06 -0400)
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>
No differences found