diff options
Diffstat (limited to 'drivers/acpi/internal.h')
-rw-r--r-- | drivers/acpi/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/internal.h b/drivers/acpi/internal.h index 809b8082c134..a0d42cf5b0c5 100644 --- a/drivers/acpi/internal.h +++ b/drivers/acpi/internal.h | |||
@@ -89,7 +89,7 @@ void acpi_device_add_finalize(struct acpi_device *device); | |||
89 | void acpi_free_pnp_ids(struct acpi_device_pnp *pnp); | 89 | void acpi_free_pnp_ids(struct acpi_device_pnp *pnp); |
90 | int acpi_bind_one(struct device *dev, acpi_handle handle); | 90 | int acpi_bind_one(struct device *dev, acpi_handle handle); |
91 | int acpi_unbind_one(struct device *dev); | 91 | int acpi_unbind_one(struct device *dev); |
92 | void acpi_bus_device_eject(void *data, u32 ost_src); | 92 | void acpi_device_hotplug(void *data, u32 ost_src); |
93 | bool acpi_device_is_present(struct acpi_device *adev); | 93 | bool acpi_device_is_present(struct acpi_device *adev); |
94 | 94 | ||
95 | /* -------------------------------------------------------------------------- | 95 | /* -------------------------------------------------------------------------- |