diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2016-10-06 13:39:38 -0500 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2016-10-11 23:22:45 -0500 |
commit | 661a0e4ce08a54caa9ec398ad083a85aa7fe05bb (patch) | |
tree | db168040c0c1cd2a4dd8eae58d7cab9c6cabe7dd | |
parent | f5acb5c51de2c073ee5f80d868354113ce0227ee (diff) | |
download | linux-661a0e4ce08a54caa9ec398ad083a85aa7fe05bb.tar.bz2 |
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>
-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; } |