PCI: Deprecate pcim_iounmap_regions()
authorPhilipp Stanner <pstanner@redhat.com>
Wed, 16 Oct 2024 09:49:05 +0000 (11:49 +0200)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 7 Nov 2024 13:10:02 +0000 (07:10 -0600)
commit083b0ac4f880e54ec7f6a611a899477bbfee9faf
treebadc6b6209e8d4b8f5ffaa6581e2e35bdda288fb
parent4a6afd60733c75369680f4a40c82b7c8528f4a7a
PCI: Deprecate pcim_iounmap_regions()

pcim_ioumap_region() has recently been made a public function and does
not have the disadvantage of having to deal with the legacy iomap table,
as pcim_iounmap_regions() does.

Deprecate pcim_iounmap_regions().

Link: https://lore.kernel.org/r/20241016094911.24818-4-pstanner@redhat.com
Signed-off-by: Philipp Stanner <pstanner@redhat.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/devres.c