PCI: tegra: Use generic pci_remap_iospace() rather than ARM32-specific one
authorThierry Reding <treding@nvidia.com>
Mon, 25 Jul 2016 21:02:12 +0000 (16:02 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 25 Jul 2016 21:03:24 +0000 (16:03 -0500)
commite6e9f471f5fe868531bc2de5c535c0ff86660ea2
treea484d306bfc41565eac9523902f0c31599c42397
parentacb341e96f0271333c660daf47c6f3202d542941
PCI: tegra: Use generic pci_remap_iospace() rather than ARM32-specific one

Use the pci_remap_iospace() function provided by the PCI core, rather
than the 32-bit ARM-specific pci_ioremap_io().

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/host/pci-tegra.c