]> Git Repo - linux.git/commit
PCI/ASPM: Always build aspm.c
authorDavid E. Box <[email protected]>
Fri, 23 Feb 2024 20:58:48 +0000 (14:58 -0600)
committerBjorn Helgaas <[email protected]>
Thu, 7 Mar 2024 20:29:17 +0000 (14:29 -0600)
commitf3994bba8200b49e3eacbe5914cd13f228e0db37
treea12f055dc92a7999683fb8fdc1649bd6564af799
parentfa84f4435a6202dd90248517f41e54bf3fb85bc5
PCI/ASPM: Always build aspm.c

Some ASPM-related tasks, such as save and restore of LTR and L1SS
capabilities, still need to be performed when CONFIG_PCIEASPM is not
enabled. To prepare for these changes, wrap the current code in aspm.c
with an #ifdef and always build the file.

Link: https://lore.kernel.org/r/[email protected]
[bhelgaas: split build change from function moves]
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: David E. Box <[email protected]>
Signed-off-by: Bjorn Helgaas <[email protected]>
drivers/pci/pcie/Makefile
drivers/pci/pcie/aspm.c
This page took 0.057502 seconds and 4 git commands to generate.