diff options
Diffstat (limited to 'include/linux/acpi.h')
-rw-r--r-- | include/linux/acpi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/acpi.h b/include/linux/acpi.h index 0902426c4521..10f2ed95645c 100644 --- a/include/linux/acpi.h +++ b/include/linux/acpi.h | |||
@@ -718,8 +718,8 @@ int acpi_dev_get_property(struct acpi_device *adev, const char *name, | |||
718 | int acpi_dev_get_property_array(struct acpi_device *adev, const char *name, | 718 | int acpi_dev_get_property_array(struct acpi_device *adev, const char *name, |
719 | acpi_object_type type, | 719 | acpi_object_type type, |
720 | const union acpi_object **obj); | 720 | const union acpi_object **obj); |
721 | int acpi_dev_get_property_reference(struct acpi_device *adev, const char *name, | 721 | int acpi_dev_get_property_reference(struct acpi_device *adev, |
722 | const char *cells_name, size_t index, | 722 | const char *name, size_t index, |
723 | struct acpi_reference_args *args); | 723 | struct acpi_reference_args *args); |
724 | 724 | ||
725 | int acpi_dev_prop_get(struct acpi_device *adev, const char *propname, | 725 | int acpi_dev_prop_get(struct acpi_device *adev, const char *propname, |