diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2016-10-06 13:43:42 -0500 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2016-10-11 23:48:33 -0500 |
commit | c6fe9ebaacc46c8e5bdf2134357eaffbb508a16f (patch) | |
tree | 3f8022354e6f42698b3c9ee1ed1bedf798f1c57f /drivers/pci/host | |
parent | d963ab22ad32da72ef5f1a77a5788693ba48e321 (diff) |
PCI: xgene: Remove unused platform data
The xgene driver never uses the platform drvdata pointer, so don't
bother setting it. No functional change intended.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'drivers/pci/host')
-rw-r--r-- | drivers/pci/host/pci-xgene.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/pci/host/pci-xgene.c b/drivers/pci/host/pci-xgene.c index 03d24e72ac52..7da3b09e8f26 100644 --- a/drivers/pci/host/pci-xgene.c +++ b/drivers/pci/host/pci-xgene.c @@ -563,8 +563,6 @@ static int xgene_pcie_probe_bridge(struct platform_device *pdev) pci_scan_child_bus(bus); pci_assign_unassigned_bus_resources(bus); pci_bus_add_devices(bus); - - platform_set_drvdata(pdev, port); return 0; error: |