aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/pci-thunder-ecam.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-ecam.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-ecam.c')
-rw-r--r--drivers/pci/controller/pci-thunder-ecam.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/pci/controller/pci-thunder-ecam.c b/drivers/pci/controller/pci-thunder-ecam.c
index 08161065a89c..b5b4a958e6a2 100644
--- a/drivers/pci/controller/pci-thunder-ecam.c
+++ b/drivers/pci/controller/pci-thunder-ecam.c
@@ -11,6 +11,8 @@
#include <linux/pci-ecam.h>
#include <linux/platform_device.h>
+#include "pci-host-common.h"
+
#if defined(CONFIG_PCI_HOST_THUNDER_ECAM) || (defined(CONFIG_ACPI) && defined(CONFIG_PCI_QUIRKS))
static void set_val(u32 v, int where, int size, u32 *val)