Commit 3dd6ed2
wifi: iwlwifi: replace deprecated PCI functions
pcim_iomap_table() and pcim_iomap_regions_request_all() have been
deprecated by the PCI subsystem in commit e354bb8 ("PCI: Deprecate
pcim_iomap_table(), pcim_iomap_regions_request_all()").
Replace these functions with their successors, pcim_iomap() and
pcim_request_all_regions().
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Philipp Stanner <[email protected]>
Signed-off-by: Bjorn Helgaas <[email protected]>
Acked-by: Kalle Valo <[email protected]>1 parent abbc299 commit 3dd6ed2
1 file changed
+4
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3533 | 3533 | | |
3534 | 3534 | | |
3535 | 3535 | | |
3536 | | - | |
3537 | 3536 | | |
3538 | 3537 | | |
3539 | 3538 | | |
| |||
3659 | 3658 | | |
3660 | 3659 | | |
3661 | 3660 | | |
3662 | | - | |
| 3661 | + | |
3663 | 3662 | | |
3664 | | - | |
| 3663 | + | |
3665 | 3664 | | |
3666 | 3665 | | |
3667 | 3666 | | |
3668 | | - | |
3669 | | - | |
3670 | | - | |
3671 | | - | |
3672 | | - | |
3673 | | - | |
3674 | | - | |
3675 | | - | |
| 3667 | + | |
3676 | 3668 | | |
3677 | | - | |
| 3669 | + | |
3678 | 3670 | | |
3679 | 3671 | | |
3680 | 3672 | | |
| |||
0 commit comments