thermal: int340x_thermal: drop owner assignment from platform_drivers
[cascardo/linux.git] / drivers / thermal / int340x_thermal / int3402_thermal.c
index a5d08c1..c5cbc3a 100644 (file)
@@ -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,
                   },
 };