From: Bjorn Helgaas Date: Thu, 6 Oct 2016 18:44:42 +0000 (-0500) Subject: PCI: xilinx: Remove unused platform data X-Git-Tag: v6.1~15623^2~2^10~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6a6c2e8a7cb66d357bf6f57d3eb3c8c23e86f648;p=sdk%2Femulator%2Femulator-kernel.git 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 --- 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: