aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/pci-thunder-pem.c
diff options
context:
space:
mode:
authorManivannan Sadhasivam <[email protected]>2025-05-08 07:10:32 +0000
committerBjorn Helgaas <[email protected]>2025-05-30 17:21:57 +0000
commitd1c696dba120624256ab335ab8247f535b872309 (patch)
treec60b5a2bbfca477bbca0af76c6be9c083c4194e2 /drivers/pci/controller/pci-thunder-pem.c
parentPCI: cadence: Simplify J721e link status check (diff)
downloadkernel-d1c696dba120624256ab335ab8247f535b872309.tar.gz
kernel-d1c696dba120624256ab335ab8247f535b872309.zip
PCI: host-common: Convert to library for host controller drivers
This common library will be used as a placeholder for helper functions shared by the host controller drivers. This avoids placing the host controller drivers specific helpers in drivers/pci/*.c, to avoid enlarging the kernel image on platforms that do not use host controller drivers at all (like x86/ACPI platforms). Suggested-by: Lukas Wunner <[email protected]> Signed-off-by: Manivannan Sadhasivam <[email protected]> Signed-off-by: Krzysztof WilczyƄski <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]> Link: https://patch.msgid.link/[email protected]
Diffstat (limited to 'drivers/pci/controller/pci-thunder-pem.c')
-rw-r--r--drivers/pci/controller/pci-thunder-pem.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/controller/pci-thunder-pem.c b/drivers/pci/controller/pci-thunder-pem.c
index f1bd5de67997..5fa037fb61dc 100644
--- a/drivers/pci/controller/pci-thunder-pem.c
+++ b/drivers/pci/controller/pci-thunder-pem.c
@@ -14,6 +14,7 @@
#include <linux/platform_device.h>
#include <linux/io-64-nonatomic-lo-hi.h>
#include "../pci.h"
+#include "pci-host-common.h"
#if defined(CONFIG_PCI_HOST_THUNDER_PEM) || (defined(CONFIG_ACPI) && defined(CONFIG_PCI_QUIRKS))