diff options
Diffstat (limited to 'drivers/acpi/internal.h')
-rw-r--r-- | drivers/acpi/internal.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/acpi/internal.h b/drivers/acpi/internal.h index f59d0b9e2683..c112dccc76b5 100644 --- a/drivers/acpi/internal.h +++ b/drivers/acpi/internal.h | |||
@@ -25,8 +25,13 @@ int acpi_osi_init(void); | |||
25 | acpi_status acpi_os_initialize1(void); | 25 | acpi_status acpi_os_initialize1(void); |
26 | void init_acpi_device_notify(void); | 26 | void init_acpi_device_notify(void); |
27 | int acpi_scan_init(void); | 27 | int acpi_scan_init(void); |
28 | #ifdef CONFIG_PCI | ||
28 | void acpi_pci_root_init(void); | 29 | void acpi_pci_root_init(void); |
29 | void acpi_pci_link_init(void); | 30 | void acpi_pci_link_init(void); |
31 | #else | ||
32 | static inline void acpi_pci_root_init(void) {} | ||
33 | static inline void acpi_pci_link_init(void) {} | ||
34 | #endif | ||
30 | void acpi_processor_init(void); | 35 | void acpi_processor_init(void); |
31 | void acpi_platform_init(void); | 36 | void acpi_platform_init(void); |
32 | void acpi_pnp_init(void); | 37 | void acpi_pnp_init(void); |