mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
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>
This commit is contained in:
parent
74d33293e4
commit
6b5e38dccd
@ -405,7 +405,6 @@ static SIMPLE_DEV_PM_OPS(hisi_thermal_pm_ops,
|
||||
static struct platform_driver hisi_thermal_driver = {
|
||||
.driver = {
|
||||
.name = "hisi_thermal",
|
||||
.owner = THIS_MODULE,
|
||||
.pm = &hisi_thermal_pm_ops,
|
||||
.of_match_table = of_hisi_thermal_match,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user