diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/acpi/acpi_bus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/acpi/acpi_bus.h b/include/acpi/acpi_bus.h index fc76b1f7ef06..ad0a86ac5cce 100644 --- a/include/acpi/acpi_bus.h +++ b/include/acpi/acpi_bus.h | |||
@@ -386,7 +386,7 @@ int acpi_bus_register_driver(struct acpi_driver *driver); | |||
386 | void acpi_bus_unregister_driver(struct acpi_driver *driver); | 386 | void acpi_bus_unregister_driver(struct acpi_driver *driver); |
387 | int acpi_bus_scan(acpi_handle handle); | 387 | int acpi_bus_scan(acpi_handle handle); |
388 | void acpi_bus_hot_remove_device(void *context); | 388 | void acpi_bus_hot_remove_device(void *context); |
389 | int acpi_bus_trim(struct acpi_device *start); | 389 | void acpi_bus_trim(struct acpi_device *start); |
390 | acpi_status acpi_bus_get_ejd(acpi_handle handle, acpi_handle * ejd); | 390 | acpi_status acpi_bus_get_ejd(acpi_handle handle, acpi_handle * ejd); |
391 | int acpi_match_device_ids(struct acpi_device *device, | 391 | int acpi_match_device_ids(struct acpi_device *device, |
392 | const struct acpi_device_id *ids); | 392 | const struct acpi_device_id *ids); |