diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-12-21 22:14:26 +0100 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2015-01-23 22:19:15 +0100 |
commit | a6a919b6ae7c438c89c4c7349c8bc1e48a30ef4d (patch) | |
tree | 639c122946280a172303fe54554e04131be88e11 /drivers/cpufreq/ls1x-cpufreq.c | |
parent | ec6f34e5b552fb0a52e6aae1a5afbbb1605cc6cc (diff) | |
download | blackbird-op-linux-a6a919b6ae7c438c89c4c7349c8bc1e48a30ef4d.tar.gz blackbird-op-linux-a6a919b6ae7c438c89c4c7349c8bc1e48a30ef4d.zip |
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: static struct platform_driver ls1x_cpufreq_platdrv = { .driver = { .name = "ls1x-cpufreq", - .owner = THIS_MODULE, }, .probe = ls1x_cpufreq_probe, .remove = ls1x_cpufreq_remove, |