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

Commit 0716b0ff authored by Wolfram Sang's avatar Wolfram Sang Committed by Zhang Rui
Browse files

thermal: int340x_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>
Signed-off-by: default avatarZhang Rui <rui.zhang@intel.com>
parent 7b094063
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -335,7 +335,6 @@ static struct platform_driver int3400_thermal_driver = {
	.remove = int3400_thermal_remove,
	.driver = {
		   .name = "int3400 thermal",
		   .owner = THIS_MODULE,
		   .acpi_match_table = ACPI_PTR(int3400_thermal_match),
		   },
};
+0 −1
Original line number Diff line number Diff line
@@ -231,7 +231,6 @@ static struct platform_driver int3402_thermal_driver = {
	.remove = int3402_thermal_remove,
	.driver = {
		   .name = "int3402 thermal",
		   .owner = THIS_MODULE,
		   .acpi_match_table = int3402_thermal_match,
		   },
};