diff options
Diffstat (limited to 'drivers/acpi/internal.h')
-rw-r--r-- | drivers/acpi/internal.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/acpi/internal.h b/drivers/acpi/internal.h index 79092328cf06..c8b70b5b2814 100644 --- a/drivers/acpi/internal.h +++ b/drivers/acpi/internal.h | |||
@@ -25,8 +25,14 @@ | |||
25 | 25 | ||
26 | int init_acpi_device_notify(void); | 26 | int init_acpi_device_notify(void); |
27 | int acpi_scan_init(void); | 27 | int acpi_scan_init(void); |
28 | #ifdef CONFIG_ACPI_PCI_SLOT | ||
29 | void acpi_pci_slot_init(void); | ||
30 | #else | ||
31 | static inline void acpi_pci_slot_init(void) { } | ||
32 | #endif | ||
28 | void acpi_pci_root_init(void); | 33 | void acpi_pci_root_init(void); |
29 | void acpi_pci_link_init(void); | 34 | void acpi_pci_link_init(void); |
35 | void acpi_pci_root_hp_init(void); | ||
30 | void acpi_platform_init(void); | 36 | void acpi_platform_init(void); |
31 | int acpi_sysfs_init(void); | 37 | int acpi_sysfs_init(void); |
32 | void acpi_csrt_init(void); | 38 | void acpi_csrt_init(void); |