2
0
mirror of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-09-04 20:19:47 +08:00
linux/drivers/vdpa/solidrun
Philipp Stanner 6f3955a62c 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>
2025-01-27 09:39:25 -05:00
..
Makefile
snet_ctrl.c vdpa/snet: implement the resume vDPA callback 2023-06-27 10:47:08 -04:00
snet_hwmon.c vdpa: solidrun: constify pointers to hwmon_channel_info 2023-06-27 10:47:08 -04:00
snet_main.c vdpa: solidrun: Replace deprecated PCI functions 2025-01-27 09:39:25 -05:00
snet_vdpa.h vdpa/snet: implement the resume vDPA callback 2023-06-27 10:47:08 -04:00