]> www.infradead.org Git - users/dwmw2/linux.git/commit
Bluetooth: btintel_pcie: Replace deprecated PCI functions
authorPhilipp Stanner <pstanner@redhat.com>
Thu, 24 Oct 2024 11:15:10 +0000 (13:15 +0200)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Thu, 14 Nov 2024 20:34:40 +0000 (15:34 -0500)
commit41f4ff86e795bf2e51ba5c86a6f3a06564a23f18
tree8559b38fde28c68ff15219446d59729f74d6e62b
parent677a55ba11a82c2835550a82324cec5fcb2f9e2d
Bluetooth: btintel_pcie: 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>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
drivers/bluetooth/btintel_pcie.c