commit | f90b0875463e450c5dcb714fb887720ecb53a600 | [log] [tgz] |
---|---|---|
author | Brian Norris <briannorris@chromium.org> | Thu Mar 09 18:46:16 2017 -0800 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Fri Apr 21 10:57:29 2017 -0500 |
tree | b15f1024e97c0638027893f89db05cac095dbbfc | |
parent | 073d3dbe9a7c38888d8dafe09df421b174a6cffa [diff] |
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>