]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
PCI: Export pci_remap_iospace() and pci_unmap_iospace()
authorBrian Norris <briannorris@chromium.org>
Fri, 10 Mar 2017 02:46:16 +0000 (18:46 -0800)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 21 Apr 2017 15:57:29 +0000 (10:57 -0500)
commitf90b0875463e450c5dcb714fb887720ecb53a600
treeb15f1024e97c0638027893f89db05cac095dbbfc
parent073d3dbe9a7c38888d8dafe09df421b174a6cffa
PCI: Export pci_remap_iospace() and pci_unmap_iospace()

These are useful for PCIe host drivers, and those drivers can be modules.

[bhelgaas: don't remove __weak; it's removed elsewhere]
Signed-off-by: Brian Norris <briannorris@chromium.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Shawn Lin <shawn.lin@rock-chips.com>
drivers/pci/pci.c