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 7dc69d82f658..81ae69fde7d5 100644 --- a/drivers/acpi/internal.h +++ b/drivers/acpi/internal.h | |||
@@ -68,6 +68,8 @@ static inline void acpi_debugfs_init(void) { return; } | |||
68 | #endif | 68 | #endif |
69 | void acpi_lpss_init(void); | 69 | void acpi_lpss_init(void); |
70 | 70 | ||
71 | void acpi_apd_init(void); | ||
72 | |||
71 | acpi_status acpi_hotplug_schedule(struct acpi_device *adev, u32 src); | 73 | acpi_status acpi_hotplug_schedule(struct acpi_device *adev, u32 src); |
72 | bool acpi_queue_hotplug_work(struct work_struct *work); | 74 | bool acpi_queue_hotplug_work(struct work_struct *work); |
73 | void acpi_device_hotplug(struct acpi_device *adev, u32 src); | 75 | void acpi_device_hotplug(struct acpi_device *adev, u32 src); |