firewire: ohci: Replace deprecated PCI functions
authorPhilipp Stanner <pstanner@redhat.com>
Mon, 28 Oct 2024 09:44:42 +0000 (10:44 +0100)
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>
Mon, 28 Oct 2024 10:47:09 +0000 (19:47 +0900)
commitb7688fcde3cfdd8489421b8eeeb908733316d638
tree703406d869b7c63492189e7c18f637e804245b7f
parent8f04019d71cb870ca40960777b1b4720483cabac
firewire: ohci: Replace deprecated PCI functions

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

Replace these functions with pcim_iomap_region().

Signed-off-by: Philipp Stanner <pstanner@redhat.com>
Link: https://lore.kernel.org/r/20241028094440.19115-3-pstanner@redhat.com
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
drivers/firewire/ohci.c