]> www.infradead.org Git - users/dwmw2/linux.git/commit
PCI: Remove pcim_iomap_regions_request_all()
authorPhilipp Stanner <pstanner@redhat.com>
Wed, 30 Oct 2024 11:27:43 +0000 (12:27 +0100)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 30 Oct 2024 21:07:39 +0000 (16:07 -0500)
commit6d9c59212523e719a63575222f1cd1b0aca3da4f
treec329ae3a37f9fd582db774b9a6b9246f62c174d3
parentbfeb07b8aea64db7538cafd65ee2bf8a810aa2e8
PCI: Remove pcim_iomap_regions_request_all()

pcim_iomap_regions_request_all() have been deprecated in
commit e354bb84a4c1 ("PCI: Deprecate pcim_iomap_table(),
pcim_iomap_regions_request_all()").

All users of this function have been ported to other interfaces by now.

Remove pcim_iomap_regions_request_all().

Link: https://lore.kernel.org/r/20241030112743.104395-11-pstanner@redhat.com
Signed-off-by: Philipp Stanner <pstanner@redhat.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Damien Le Moal <dlemoal@kernel.org>
Documentation/driver-api/driver-model/devres.rst
drivers/pci/devres.c
include/linux/pci.h