diff options
Diffstat (limited to 'include/linux/pci-acpi.h')
-rw-r--r-- | include/linux/pci-acpi.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/pci-acpi.h b/include/linux/pci-acpi.h index 7d63a66e8ed4..7a4e83a8c89c 100644 --- a/include/linux/pci-acpi.h +++ b/include/linux/pci-acpi.h | |||
@@ -24,7 +24,9 @@ static inline acpi_status pci_acpi_remove_pm_notifier(struct acpi_device *dev) | |||
24 | } | 24 | } |
25 | extern phys_addr_t acpi_pci_root_get_mcfg_addr(acpi_handle handle); | 25 | extern phys_addr_t acpi_pci_root_get_mcfg_addr(acpi_handle handle); |
26 | 26 | ||
27 | extern phys_addr_t pci_mcfg_lookup(u16 domain, struct resource *bus_res); | 27 | struct pci_ecam_ops; |
28 | extern int pci_mcfg_lookup(struct acpi_pci_root *root, struct resource *cfgres, | ||
29 | struct pci_ecam_ops **ecam_ops); | ||
28 | 30 | ||
29 | static inline acpi_handle acpi_find_root_bridge_handle(struct pci_dev *pdev) | 31 | static inline acpi_handle acpi_find_root_bridge_handle(struct pci_dev *pdev) |
30 | { | 32 | { |