pci: host: drop owner assignment from platform_drivers
A 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:
@@ -446,7 +446,6 @@ static struct platform_driver dra7xx_pcie_driver = {
|
||||
.remove = __exit_p(dra7xx_pcie_remove),
|
||||
.driver = {
|
||||
.name = "dra7-pcie",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = of_dra7xx_pcie_match,
|
||||
},
|
||||
};
|
||||
|
Referens i nytt ärende
Block a user