Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0733d138 authored by Wolfram Sang's avatar Wolfram Sang Committed by Zhang Rui
Browse files

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: default avatarWolfram Sang <wsa@the-dreams.de>
parent 32c9edc4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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,
	},