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 66229ffa909b..73002402c461 100644 --- a/drivers/acpi/internal.h +++ b/drivers/acpi/internal.h | |||
@@ -111,7 +111,7 @@ int acpi_device_setup_files(struct acpi_device *dev); | |||
111 | void acpi_device_remove_files(struct acpi_device *dev); | 111 | void acpi_device_remove_files(struct acpi_device *dev); |
112 | void acpi_device_add_finalize(struct acpi_device *device); | 112 | void acpi_device_add_finalize(struct acpi_device *device); |
113 | void acpi_free_pnp_ids(struct acpi_device_pnp *pnp); | 113 | void acpi_free_pnp_ids(struct acpi_device_pnp *pnp); |
114 | bool acpi_device_is_present(struct acpi_device *adev); | 114 | bool acpi_device_is_present(const struct acpi_device *adev); |
115 | bool acpi_device_is_battery(struct acpi_device *adev); | 115 | bool acpi_device_is_battery(struct acpi_device *adev); |
116 | bool acpi_device_is_first_physical_node(struct acpi_device *adev, | 116 | bool acpi_device_is_first_physical_node(struct acpi_device *adev, |
117 | const struct device *dev); | 117 | const struct device *dev); |