diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2016-10-06 13:44:42 -0500 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2016-10-11 23:59:51 -0500 |
commit | 6a6c2e8a7cb66d357bf6f57d3eb3c8c23e86f648 (patch) | |
tree | a214818022c743ea519380d54119db1a0390e5ad /drivers/pci | |
parent | 5d07188e210d22aa076975ef9a8ece5633930e13 (diff) | |
download | linux-6a6c2e8a7cb66d357bf6f57d3eb3c8c23e86f648.tar.bz2 |
PCI: xilinx: Remove unused platform data
The xilinx 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')
-rw-r--r-- | drivers/pci/host/pcie-xilinx.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/pci/host/pcie-xilinx.c b/drivers/pci/host/pcie-xilinx.c index 2ef47afbc3d8..8a0eb0345d95 100644 --- a/drivers/pci/host/pcie-xilinx.c +++ b/drivers/pci/host/pcie-xilinx.c @@ -688,8 +688,6 @@ static int xilinx_pcie_probe(struct platform_device *pdev) pci_fixup_irqs(pci_common_swizzle, of_irq_parse_and_map_pci); #endif pci_bus_add_devices(bus); - platform_set_drvdata(pdev, port); - return 0; error: |