diff options
author | Pali Rohár | 2021-11-24 16:41:14 +0100 |
---|---|---|
committer | Lorenzo Pieralisi | 2021-12-01 17:45:47 +0000 |
commit | 873883f2e92e21668e6a0ab051749429a602b121 (patch) | |
tree | a2f4e500f9453dd31814ba6200241fd8a6ba74eb /arch | |
parent | c1aa4b55aae4c283e57c07e71968504bfa7d4a13 (diff) |
PCI: mvebu: Remove custom mvebu_pci_host_probe() function
Now after pci_ioremap_io() usage was replaced by devm_pci_remap_iospace()
function, there is no need to use custom mvebu_pci_host_probe() function.
Current implementation of mvebu_pci_host_probe() is same as standard PCI
core function pci_host_probe(). So replace mvebu_pci_host_probe() call by
pci_host_probe() and remove custom mvebu_pci_host_probe() function.
Link: https://lore.kernel.org/r/20211124154116.916-4-pali@kernel.org
Signed-off-by: Pali Rohár <pali@kernel.org>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions