mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
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: Wolfram Sang <wsa@the-dreams.de>
This commit is contained in:
parent
32c9edc4e3
commit
0733d1387e
1 changed files with 0 additions and 1 deletions
|
@ -677,7 +677,6 @@ static SIMPLE_DEV_PM_OPS(rockchip_thermal_pm_ops,
|
||||||
static struct platform_driver rockchip_thermal_driver = {
|
static struct platform_driver rockchip_thermal_driver = {
|
||||||
.driver = {
|
.driver = {
|
||||||
.name = "rockchip-thermal",
|
.name = "rockchip-thermal",
|
||||||
.owner = THIS_MODULE,
|
|
||||||
.pm = &rockchip_thermal_pm_ops,
|
.pm = &rockchip_thermal_pm_ops,
|
||||||
.of_match_table = of_rockchip_thermal_match,
|
.of_match_table = of_rockchip_thermal_match,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue