diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-12-21 16:14:26 -0500 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2015-01-23 16:19:15 -0500 |
commit | a6a919b6ae7c438c89c4c7349c8bc1e48a30ef4d (patch) | |
tree | 639c122946280a172303fe54554e04131be88e11 /drivers/cpufreq/ls1x-cpufreq.c | |
parent | ec6f34e5b552fb0a52e6aae1a5afbbb1605cc6cc (diff) |
cpufreq: drop owner assignment from platform_drivers
This 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>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/cpufreq/ls1x-cpufreq.c')
-rw-r--r-- | drivers/cpufreq/ls1x-cpufreq.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/cpufreq/ls1x-cpufreq.c b/drivers/cpufreq/ls1x-cpufreq.c index 25fbd6a1374f..f0913eee2f50 100644 --- a/drivers/cpufreq/ls1x-cpufreq.c +++ b/drivers/cpufreq/ls1x-cpufreq.c | |||
@@ -210,7 +210,6 @@ out: | |||
210 | static struct platform_driver ls1x_cpufreq_platdrv = { | 210 | static struct platform_driver ls1x_cpufreq_platdrv = { |
211 | .driver = { | 211 | .driver = { |
212 | .name = "ls1x-cpufreq", | 212 | .name = "ls1x-cpufreq", |
213 | .owner = THIS_MODULE, | ||
214 | }, | 213 | }, |
215 | .probe = ls1x_cpufreq_probe, | 214 | .probe = ls1x_cpufreq_probe, |
216 | .remove = ls1x_cpufreq_remove, | 215 | .remove = ls1x_cpufreq_remove, |