diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:21:42 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:21:42 +0200 |
commit | bbc379834091670d540cae8d7d1e2240b68bb0e8 (patch) | |
tree | 97f49be3f605cb5a9a311646f158d1668466586d /drivers/thermal/db8500_cpufreq_cooling.c | |
parent | 3d622e2c587540d5e7d037f9ced6a3d73e4880a7 (diff) | |
download | talos-obmc-linux-bbc379834091670d540cae8d7d1e2240b68bb0e8.tar.gz talos-obmc-linux-bbc379834091670d540cae8d7d1e2240b68bb0e8.zip |
thermal: 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/thermal/db8500_cpufreq_cooling.c')
-rw-r--r-- | drivers/thermal/db8500_cpufreq_cooling.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/thermal/db8500_cpufreq_cooling.c b/drivers/thermal/db8500_cpufreq_cooling.c index 786d19263ab0..000d53e934a0 100644 --- a/drivers/thermal/db8500_cpufreq_cooling.c +++ b/drivers/thermal/db8500_cpufreq_cooling.c @@ -78,7 +78,6 @@ static const struct of_device_id db8500_cpufreq_cooling_match[] = { static struct platform_driver db8500_cpufreq_cooling_driver = { .driver = { - .owner = THIS_MODULE, .name = "db8500-cpufreq-cooling", .of_match_table = of_match_ptr(db8500_cpufreq_cooling_match), }, |