diff options
| author | Manivannan Sadhasivam <[email protected]> | 2025-05-08 07:10:32 +0000 |
|---|---|---|
| committer | Bjorn Helgaas <[email protected]> | 2025-05-30 17:21:57 +0000 |
| commit | d1c696dba120624256ab335ab8247f535b872309 (patch) | |
| tree | c60b5a2bbfca477bbca0af76c6be9c083c4194e2 /drivers/pci/controller/dwc | |
| parent | PCI: cadence: Simplify J721e link status check (diff) | |
| download | kernel-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/dwc')
| -rw-r--r-- | drivers/pci/controller/dwc/pcie-hisi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/controller/dwc/pcie-hisi.c b/drivers/pci/controller/dwc/pcie-hisi.c index 8904b5b85ee5..3c17897e56fc 100644 --- a/drivers/pci/controller/dwc/pcie-hisi.c +++ b/drivers/pci/controller/dwc/pcie-hisi.c @@ -15,6 +15,7 @@ #include <linux/pci-acpi.h> #include <linux/pci-ecam.h> #include "../../pci.h" +#include "../pci-host-common.h" #if defined(CONFIG_PCI_HISI) || (defined(CONFIG_ACPI) && defined(CONFIG_PCI_QUIRKS)) |
