diff options
author | Hanjun Guo <hanjun.guo@linaro.org> | 2015-12-02 15:44:22 +0800 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2015-12-02 15:15:14 +0100 |
commit | 64031e3e8a5c042840c5123af695eec89f9e6a24 (patch) | |
tree | 66c5308f09be6e25a39c4b0df17af88e95a4ad47 /drivers/acpi | |
parent | 205ad97fc5a6386214323641dd28b822cb6fc624 (diff) | |
download | linux-64031e3e8a5c042840c5123af695eec89f9e6a24.tar.bz2 |
ACPI / property: fix compile error for acpi_node_get_property_reference() when CONFIG_ACPI=n
In commit 60ba032ed76e ("ACPI / property: Drop size_prop from
acpi_dev_get_property_reference()"), the argument "const char *cells_name"
was dropped, but forgot to update the stub function in no-ACPI case,
it will lead to compile error when CONFIG_ACPI=n, easliy remove
"const char *cells_name" to fix it.
Fixes: 60ba032ed76e "ACPI / property: Drop size_prop from acpi_dev_get_property_reference()"
Reported-by: Kejian Yan <yankejian@huawei.com>
Signed-off-by: Hanjun Guo <hanjun.guo@linaro.org>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/acpi')
0 files changed, 0 insertions, 0 deletions