Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-next
Remove all .owner fields from platform drivers
This commit is contained in:
@@ -624,7 +624,6 @@ static SIMPLE_DEV_PM_OPS(imx_thermal_pm_ops,
|
||||
static struct platform_driver imx_thermal = {
|
||||
.driver = {
|
||||
.name = "imx_thermal",
|
||||
.owner = THIS_MODULE,
|
||||
.pm = &imx_thermal_pm_ops,
|
||||
.of_match_table = of_imx_thermal_match,
|
||||
},
|
||||
|
Reference in New Issue
Block a user