diff options
Diffstat (limited to 'drivers/acpi/internal.h')
| -rw-r--r-- | drivers/acpi/internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/acpi/internal.h b/drivers/acpi/internal.h index 219b90bc0922..f15900132912 100644 --- a/drivers/acpi/internal.h +++ b/drivers/acpi/internal.h | |||
| @@ -41,8 +41,10 @@ void acpi_gpe_apply_masked_gpes(void); | |||
| 41 | void acpi_container_init(void); | 41 | void acpi_container_init(void); |
| 42 | void acpi_memory_hotplug_init(void); | 42 | void acpi_memory_hotplug_init(void); |
| 43 | #ifdef CONFIG_ACPI_HOTPLUG_IOAPIC | 43 | #ifdef CONFIG_ACPI_HOTPLUG_IOAPIC |
| 44 | void pci_ioapic_remove(struct acpi_pci_root *root); | ||
| 44 | int acpi_ioapic_remove(struct acpi_pci_root *root); | 45 | int acpi_ioapic_remove(struct acpi_pci_root *root); |
| 45 | #else | 46 | #else |
| 47 | static inline void pci_ioapic_remove(struct acpi_pci_root *root) { return; } | ||
| 46 | static inline int acpi_ioapic_remove(struct acpi_pci_root *root) { return 0; } | 48 | static inline int acpi_ioapic_remove(struct acpi_pci_root *root) { return 0; } |
| 47 | #endif | 49 | #endif |
| 48 | #ifdef CONFIG_ACPI_DOCK | 50 | #ifdef CONFIG_ACPI_DOCK |
