diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2018-10-17 03:40:58 -0400 |
---|---|---|
committer | Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> | 2018-10-17 04:42:32 -0400 |
commit | 1f79f98f0575521df1a3921f30948b6cd8317ee4 (patch) | |
tree | e144592c8ae791136f48b1449957df9745765c07 /drivers/pci/controller/dwc/pci-keystone.h | |
parent | 2433a182ad9c6b1febac75825cbf81f358fec474 (diff) |
PCI: keystone: Remove unused argument from ks_dw_pcie_host_init()
No functional change. Remove unused "msi_intc_np" argument from
ks_dw_pcie_host_init().
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Diffstat (limited to 'drivers/pci/controller/dwc/pci-keystone.h')
-rw-r--r-- | drivers/pci/controller/dwc/pci-keystone.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/pci/controller/dwc/pci-keystone.h b/drivers/pci/controller/dwc/pci-keystone.h index 8a13da391543..4eacc263f157 100644 --- a/drivers/pci/controller/dwc/pci-keystone.h +++ b/drivers/pci/controller/dwc/pci-keystone.h | |||
@@ -41,8 +41,7 @@ void ks_dw_pcie_enable_legacy_irqs(struct keystone_pcie *ks_pcie); | |||
41 | void ks_dw_pcie_handle_legacy_irq(struct keystone_pcie *ks_pcie, int offset); | 41 | void ks_dw_pcie_handle_legacy_irq(struct keystone_pcie *ks_pcie, int offset); |
42 | void ks_dw_pcie_enable_error_irq(struct keystone_pcie *ks_pcie); | 42 | void ks_dw_pcie_enable_error_irq(struct keystone_pcie *ks_pcie); |
43 | irqreturn_t ks_dw_pcie_handle_error_irq(struct keystone_pcie *ks_pcie); | 43 | irqreturn_t ks_dw_pcie_handle_error_irq(struct keystone_pcie *ks_pcie); |
44 | int ks_dw_pcie_host_init(struct keystone_pcie *ks_pcie, | 44 | int ks_dw_pcie_host_init(struct keystone_pcie *ks_pcie); |
45 | struct device_node *msi_intc_np); | ||
46 | int ks_dw_pcie_wr_other_conf(struct pcie_port *pp, struct pci_bus *bus, | 45 | int ks_dw_pcie_wr_other_conf(struct pcie_port *pp, struct pci_bus *bus, |
47 | unsigned int devfn, int where, int size, u32 val); | 46 | unsigned int devfn, int where, int size, u32 val); |
48 | int ks_dw_pcie_rd_other_conf(struct pcie_port *pp, struct pci_bus *bus, | 47 | int ks_dw_pcie_rd_other_conf(struct pcie_port *pp, struct pci_bus *bus, |