diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2017-04-28 18:34:14 +0300 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2017-04-28 18:34:14 +0300 |
commit | 94f543b276e99ca311903f1b9fac2db6d1f020d7 (patch) | |
tree | b545dfcc0399f1e764bd4c1005dd2717248e59f2 /include/linux | |
parent | 13108c625b1db803b7b24702360a735fd764622f (diff) | |
parent | de5bbdd01cf9ee3cd4586b5a970d3ea015c6d7e3 (diff) | |
download | linux-94f543b276e99ca311903f1b9fac2db6d1f020d7.tar.xz |
Merge branch 'pci/misc' into next
* pci/misc:
PCI: Change pci_host_common_probe() visibility
PCI: Fix typo pci_cfg_access_lock() comment
PCI: Include pci.h for struct pci_ops definition
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/pci-ecam.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/pci-ecam.h b/include/linux/pci-ecam.h index f0d2b9451270..809c2f1873ac 100644 --- a/include/linux/pci-ecam.h +++ b/include/linux/pci-ecam.h @@ -16,6 +16,7 @@ #ifndef DRIVERS_PCI_ECAM_H #define DRIVERS_PCI_ECAM_H +#include <linux/pci.h> #include <linux/kernel.h> #include <linux/platform_device.h> @@ -68,7 +69,7 @@ extern struct pci_ecam_ops xgene_v1_pcie_ecam_ops; /* APM X-Gene PCIe v1 */ extern struct pci_ecam_ops xgene_v2_pcie_ecam_ops; /* APM X-Gene PCIe v2.x */ #endif -#ifdef CONFIG_PCI_HOST_GENERIC +#ifdef CONFIG_PCI_HOST_COMMON /* for DT-based PCI controllers that support ECAM */ int pci_host_common_probe(struct platform_device *pdev, struct pci_ecam_ops *ops); |