diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2013-08-06 13:23:12 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-08-09 21:24:47 -0400 |
commit | adc97d6a735dbb1e94cb4f1bf0b55f258b349941 (patch) | |
tree | 4814ce3d865811180f0da3c3bb98bf56a461bd4b /drivers/cpufreq/pcc-cpufreq.c | |
parent | 6eed9404ab3c4baea54ce4c7e862e69df1d39f38 (diff) |
cpufreq: Drop the owner field from struct cpufreq_driver
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>
Diffstat (limited to 'drivers/cpufreq/pcc-cpufreq.c')
-rw-r--r-- | drivers/cpufreq/pcc-cpufreq.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/cpufreq/pcc-cpufreq.c b/drivers/cpufreq/pcc-cpufreq.c index 1581fcc4cf4a..d81c4e5ea0ad 100644 --- a/drivers/cpufreq/pcc-cpufreq.c +++ b/drivers/cpufreq/pcc-cpufreq.c | |||
@@ -587,7 +587,6 @@ static struct cpufreq_driver pcc_cpufreq_driver = { | |||
587 | .init = pcc_cpufreq_cpu_init, | 587 | .init = pcc_cpufreq_cpu_init, |
588 | .exit = pcc_cpufreq_cpu_exit, | 588 | .exit = pcc_cpufreq_cpu_exit, |
589 | .name = "pcc-cpufreq", | 589 | .name = "pcc-cpufreq", |
590 | .owner = THIS_MODULE, | ||
591 | }; | 590 | }; |
592 | 591 | ||
593 | static int __init pcc_cpufreq_init(void) | 592 | static int __init pcc_cpufreq_init(void) |