]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb0237ce8a6cedfcf16e13ab66723ceeecd3f68de
treea484d306bfc41565eac9523902f0c31599c42397
parent0d62e64405a64697fe487d3c2c2f759004765926
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