diff options
Diffstat (limited to 'drivers/pci/controller/dwc/pci-keystone.c')
-rw-r--r-- | drivers/pci/controller/dwc/pci-keystone.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/pci/controller/dwc/pci-keystone.c b/drivers/pci/controller/dwc/pci-keystone.c index 337464d15775..926e345dc965 100644 --- a/drivers/pci/controller/dwc/pci-keystone.c +++ b/drivers/pci/controller/dwc/pci-keystone.c | |||
@@ -912,8 +912,6 @@ static int __init ks_pcie_probe(struct platform_device *pdev) | |||
912 | if (ret) | 912 | if (ret) |
913 | return ret; | 913 | return ret; |
914 | 914 | ||
915 | platform_set_drvdata(pdev, ks_pcie); | ||
916 | |||
917 | ret = ks_add_pcie_port(ks_pcie, pdev); | 915 | ret = ks_add_pcie_port(ks_pcie, pdev); |
918 | if (ret < 0) | 916 | if (ret < 0) |
919 | goto fail_clk; | 917 | goto fail_clk; |