]> www.infradead.org Git - users/willy/pagecache.git/commit
vdpa: solidrun: Replace deprecated PCI functions
authorPhilipp Stanner <pstanner@redhat.com>
Thu, 19 Dec 2024 09:44:29 +0000 (10:44 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 27 Jan 2025 14:39:25 +0000 (09:39 -0500)
commit6f3955a62cec4ab4486eea2c81bdc3e39e7dee72
treee88b2f28d00dd03ede34add19e728ff012f5890e
parent212c3a85133332d776449fad3b9150c8d927f0fd
vdpa: solidrun: Replace deprecated PCI functions

The PCI functions

pcim_iomap_regions()
pcim_iounmap_regions()
pcim_iomap_table()

have been deprecated by the PCI subsystem.

Replace these functions with their successors pcim_iomap_region() and
pcim_iounmap_region().

Signed-off-by: Philipp Stanner <pstanner@redhat.com>
Message-Id: <20241219094428.21511-2-phasta@kernel.org>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Stefano Garzarella <sgarzare@redhat.com>
drivers/vdpa/solidrun/snet_main.c