diff options
Diffstat (limited to 'drivers/acpi/internal.h')
-rw-r--r-- | drivers/acpi/internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/internal.h b/drivers/acpi/internal.h index dedbb2d802f1..143d5df5ec32 100644 --- a/drivers/acpi/internal.h +++ b/drivers/acpi/internal.h | |||
@@ -73,6 +73,7 @@ static inline void acpi_lpss_init(void) {} | |||
73 | #endif | 73 | #endif |
74 | 74 | ||
75 | bool acpi_queue_hotplug_work(struct work_struct *work); | 75 | bool acpi_queue_hotplug_work(struct work_struct *work); |
76 | void acpi_device_hotplug(void *data, u32 src); | ||
76 | bool acpi_scan_is_offline(struct acpi_device *adev, bool uevent); | 77 | bool acpi_scan_is_offline(struct acpi_device *adev, bool uevent); |
77 | 78 | ||
78 | /* -------------------------------------------------------------------------- | 79 | /* -------------------------------------------------------------------------- |