aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/pci/host/pci-mvebu.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/pci/host/pci-mvebu.c b/drivers/pci/host/pci-mvebu.c
index abd560e46757..6f35df5fedce 100644
--- a/drivers/pci/host/pci-mvebu.c
+++ b/drivers/pci/host/pci-mvebu.c
@@ -981,14 +981,6 @@ static int mvebu_pcie_probe(struct platform_device *pdev)
981 981
982 mvebu_pcie_set_local_dev_nr(port, 1); 982 mvebu_pcie_set_local_dev_nr(port, 1);
983 983
984 port->clk = of_clk_get_by_name(child, NULL);
985 if (IS_ERR(port->clk)) {
986 dev_err(&pdev->dev, "PCIe%d.%d: cannot get clock\n",
987 port->port, port->lane);
988 iounmap(port->base);
989 continue;
990 }
991
992 port->dn = child; 984 port->dn = child;
993 spin_lock_init(&port->conf_lock); 985 spin_lock_init(&port->conf_lock);
994 mvebu_sw_pci_bridge_init(port); 986 mvebu_sw_pci_bridge_init(port);