Philipp Stanner acc2364fe6 PCI: Move PCI-specific devres code to drivers/pci/
The pcim_*() functions in lib/devres.c are guarded by an #ifdef CONFIG_PCI
and, thus, don't belong to this file. They are only ever used for PCI and
are not generic infrastructure.

Move all pcim_*() functions in lib/devres.c to drivers/pci/devres.c.
Adjust the Makefile.

Add drivers/pci/devres.c to Documentation.

Link: https://lore.kernel.org/r/20240131090023.12331-4-pstanner@redhat.com
Suggested-by: Danilo Krummrich <dakr@redhat.com>
Signed-off-by: Philipp Stanner <pstanner@redhat.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
2024-02-12 10:36:17 -06:00
..
2023-04-27 11:53:57 -07:00
2023-04-26 15:43:19 -07:00
2024-01-12 14:29:48 -08:00
2022-11-15 14:52:38 -07:00
2020-12-10 22:37:32 +01:00
2023-07-08 11:05:05 -04:00
2023-07-24 12:12:24 +02:00
2022-06-10 15:38:14 +02:00
2023-05-09 11:54:42 +02:00