summaryrefslogtreecommitdiffstats
path: root/drivers/pci/host/pcie-xilinx.c
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2016-10-06 13:44:42 -0500
committerBjorn Helgaas <bhelgaas@google.com>2016-10-11 23:59:51 -0500
commit6a6c2e8a7cb66d357bf6f57d3eb3c8c23e86f648 (patch)
treea214818022c743ea519380d54119db1a0390e5ad /drivers/pci/host/pcie-xilinx.c
parent5d07188e210d22aa076975ef9a8ece5633930e13 (diff)
downloadlinux-0-day-6a6c2e8a7cb66d357bf6f57d3eb3c8c23e86f648.tar.gz
linux-0-day-6a6c2e8a7cb66d357bf6f57d3eb3c8c23e86f648.tar.xz
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/host/pcie-xilinx.c')
-rw-r--r--drivers/pci/host/pcie-xilinx.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/pci/host/pcie-xilinx.c b/drivers/pci/host/pcie-xilinx.c
index 2ef47afbc3d8f..8a0eb0345d95b 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: