diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2016-10-06 20:39:38 +0200 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2016-10-12 06:22:45 +0200 |
commit | 661a0e4ce08a54caa9ec398ad083a85aa7fe05bb (patch) | |
tree | db168040c0c1cd2a4dd8eae58d7cab9c6cabe7dd /drivers/pci | |
parent | PCI: designware: Swap order of dw_pcie_writel_unroll() reg/val arguments (diff) | |
download | linux-661a0e4ce08a54caa9ec398ad083a85aa7fe05bb.tar.xz linux-661a0e4ce08a54caa9ec398ad083a85aa7fe05bb.zip |
PCI: qcom: Remove unused platform data
The qcom 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-qcom.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/pci/host/pcie-qcom.c b/drivers/pci/host/pcie-qcom.c index 5ec2d440a6b7..51bb0a975459 100644 --- a/drivers/pci/host/pcie-qcom.c +++ b/drivers/pci/host/pcie-qcom.c @@ -569,8 +569,6 @@ static int qcom_pcie_probe(struct platform_device *pdev) return ret; } - platform_set_drvdata(pdev, pcie); - return 0; } |