diff options
| -rw-r--r-- | include/linux/pci-ecam.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/pci-ecam.h b/include/linux/pci-ecam.h index b8f11d783a11..809c2f1873ac 100644 --- a/include/linux/pci-ecam.h +++ b/include/linux/pci-ecam.h | |||
| @@ -69,7 +69,7 @@ extern struct pci_ecam_ops xgene_v1_pcie_ecam_ops; /* APM X-Gene PCIe v1 */ | |||
| 69 | extern struct pci_ecam_ops xgene_v2_pcie_ecam_ops; /* APM X-Gene PCIe v2.x */ | 69 | extern struct pci_ecam_ops xgene_v2_pcie_ecam_ops; /* APM X-Gene PCIe v2.x */ |
| 70 | #endif | 70 | #endif |
| 71 | 71 | ||
| 72 | #ifdef CONFIG_PCI_HOST_GENERIC | 72 | #ifdef CONFIG_PCI_HOST_COMMON |
| 73 | /* for DT-based PCI controllers that support ECAM */ | 73 | /* for DT-based PCI controllers that support ECAM */ |
| 74 | int pci_host_common_probe(struct platform_device *pdev, | 74 | int pci_host_common_probe(struct platform_device *pdev, |
| 75 | struct pci_ecam_ops *ops); | 75 | struct pci_ecam_ops *ops); |
