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:
Wolfram Sang
2014-10-20 16:21:20 +02:00
förälder 2422f7e4d1
incheckning e27a5130ab
12 ändrade filer med 0 tillägg och 12 borttagningar

Visa fil

@@ -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,
},
};