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:
6eed940
)
cpufreq: Drop the owner field from struct cpufreq_driver
author
Viresh Kumar
<viresh.kumar@linaro.org>
Tue, 6 Aug 2013 17:23:12 +0000
(22:53 +0530)
committer
Rafael J. Wysocki
<rafael.j.wysocki@intel.com>
Sat, 10 Aug 2013 01:24:47 +0000
(
03:24
+0200)
We don't need to set .owner = THIS_MODULE any more in cpufreq drivers
as this field isn't used any more by the cpufreq core.
This patch removes it and updates all dependent drivers accordingly.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
No differences found