diff options
Diffstat (limited to 'drivers/pci/controller/dwc/pci-keystone-dw.c')
-rw-r--r-- | drivers/pci/controller/dwc/pci-keystone-dw.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/pci/controller/dwc/pci-keystone-dw.c b/drivers/pci/controller/dwc/pci-keystone-dw.c index 0682213328e9..4bd6c6e2b177 100644 --- a/drivers/pci/controller/dwc/pci-keystone-dw.c +++ b/drivers/pci/controller/dwc/pci-keystone-dw.c | |||
@@ -439,8 +439,7 @@ void ks_dw_pcie_initiate_link_train(struct keystone_pcie *ks_pcie) | |||
439 | * and call dw_pcie_v3_65_host_init() API to initialize the Keystone | 439 | * and call dw_pcie_v3_65_host_init() API to initialize the Keystone |
440 | * PCI host controller. | 440 | * PCI host controller. |
441 | */ | 441 | */ |
442 | int __init ks_dw_pcie_host_init(struct keystone_pcie *ks_pcie, | 442 | int __init ks_dw_pcie_host_init(struct keystone_pcie *ks_pcie) |
443 | struct device_node *msi_intc_np) | ||
444 | { | 443 | { |
445 | struct dw_pcie *pci = ks_pcie->pci; | 444 | struct dw_pcie *pci = ks_pcie->pci; |
446 | struct pcie_port *pp = &pci->pp; | 445 | struct pcie_port *pp = &pci->pp; |