mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +00:00
thermal: 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>
This commit is contained in:
parent
32c9edc4e3
commit
0733d1387e
@ -677,7 +677,6 @@ static SIMPLE_DEV_PM_OPS(rockchip_thermal_pm_ops,
|
||||
static struct platform_driver rockchip_thermal_driver = {
|
||||
.driver = {
|
||||
.name = "rockchip-thermal",
|
||||
.owner = THIS_MODULE,
|
||||
.pm = &rockchip_thermal_pm_ops,
|
||||
.of_match_table = of_rockchip_thermal_match,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user