diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 14:21:42 (GMT) |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 14:21:42 (GMT) |
commit | bbc379834091670d540cae8d7d1e2240b68bb0e8 (patch) | |
tree | 97f49be3f605cb5a9a311646f158d1668466586d /drivers/thermal/armada_thermal.c | |
parent | 3d622e2c587540d5e7d037f9ced6a3d73e4880a7 (diff) | |
download | linux-bbc379834091670d540cae8d7d1e2240b68bb0e8.tar.xz |
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/armada_thermal.c')
-rw-r--r-- | drivers/thermal/armada_thermal.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/thermal/armada_thermal.c b/drivers/thermal/armada_thermal.c index 9d1420a..eaaf59c 100644 --- a/drivers/thermal/armada_thermal.c +++ b/drivers/thermal/armada_thermal.c @@ -329,7 +329,6 @@ static struct platform_driver armada_thermal_driver = { .remove = armada_thermal_exit, .driver = { .name = "armada_thermal", - .owner = THIS_MODULE, .of_match_table = armada_thermal_id_table, }, }; |