PCI: layerscape: Fix platform_no_drv_owner.cocci warnings

No need to set .owner here.  The core will do it.

Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci

Signed-off-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
This commit is contained in:
Julia Lawall 2014-11-18 17:18:20 +01:00 committed by Bjorn Helgaas
parent 97bf6af1f9
commit 80f6d910dc
1 changed files with 0 additions and 1 deletions

View File

@ -167,7 +167,6 @@ MODULE_DEVICE_TABLE(of, ls_pcie_of_match);
static struct platform_driver ls_pcie_driver = {
.driver = {
.name = "layerscape-pcie",
.owner = THIS_MODULE,
.of_match_table = ls_pcie_of_match,
},
};