summaryrefslogtreecommitdiff
path: root/drivers/cpufreq/integrator-cpufreq.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 14:20:24 (GMT)
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 14:20:24 (GMT)
commit30f51f248c1d0987733353b64adae26b23165908 (patch)
tree840f2ad0084c4c8c2f0f82302b6bc1837f395397 /drivers/cpufreq/integrator-cpufreq.c
parente030f980b3ed2d9f3a3e37f3e6941494c7c0c471 (diff)
downloadlinux-30f51f248c1d0987733353b64adae26b23165908.tar.xz
cpufreq: drop owner assignment from platform_drivers
A platform_driver does not need to set an owner, it will be populated by the driver core. Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/cpufreq/integrator-cpufreq.c')
-rw-r--r--drivers/cpufreq/integrator-cpufreq.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/cpufreq/integrator-cpufreq.c b/drivers/cpufreq/integrator-cpufreq.c
index 6bd69ad..129e266 100644
--- a/drivers/cpufreq/integrator-cpufreq.c
+++ b/drivers/cpufreq/integrator-cpufreq.c
@@ -226,7 +226,6 @@ static const struct of_device_id integrator_cpufreq_match[] = {
static struct platform_driver integrator_cpufreq_driver = {
.driver = {
.name = "integrator-cpufreq",
- .owner = THIS_MODULE,
.of_match_table = integrator_cpufreq_match,
},
.remove = __exit_p(integrator_cpufreq_remove),