]> www.infradead.org Git - users/jedix/linux-maple.git/commit
counter: intel-qep: Replace deprecated PCI functions
authorPhilipp Stanner <pstanner@redhat.com>
Mon, 28 Oct 2024 09:13:13 +0000 (10:13 +0100)
committerWilliam Breathitt Gray <wbg@kernel.org>
Fri, 1 Nov 2024 06:00:31 +0000 (15:00 +0900)
commit522ae89b78580c62765e160aed3479297baa75be
treed8adf217028a1b43dc39f3172b958797d3659e5a
parenta3911e087d6237f5225bb41bb7d5052c33a794b1
counter: intel-qep: 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/20241028091312.17045-2-pstanner@redhat.com
Signed-off-by: William Breathitt Gray <wbg@kernel.org>
drivers/counter/intel-qep.c