thermal: Drop owner assignment from platform_driver

platform_driver does not need to set an owner because
platform_driver_register() will set it.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>

authored by Krzysztof Kozlowski and committed by Zhang Rui 6b5e38dc 74d33293

-1
-1
drivers/thermal/hisi_thermal.c
··· 405 405 static struct platform_driver hisi_thermal_driver = { 406 406 .driver = { 407 407 .name = "hisi_thermal", 408 - .owner = THIS_MODULE, 409 408 .pm = &hisi_thermal_pm_ops, 410 409 .of_match_table = of_hisi_thermal_match, 411 410 },