diff options
author | Duncan Laurie <dlaurie@google.com> | 2020-04-29 11:39:08 -0700 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-05-01 06:54:51 +0000 |
commit | ed6eb2713a738c45ab876941d6b5805fd00bf13c (patch) | |
tree | 74d01696504e047b0592b72f2bd9ba1c4f866f4c /Makefile.inc | |
parent | de13519ca58c12845b1bdc525654f5da5365b7bf (diff) |
acpi_device: Make integer array input variable const
An array of 64bit integers is passed to acpi_dp_add_integer_array() but
it is not const so can't take a const array without a compiler error.
The function does not modify the array so it can be made const without
breaking anything and allowing a const array to be passed in the future.
BUG=b:146482091
Signed-off-by: Duncan Laurie <dlaurie@google.com>
Change-Id: I98ecdaef5ddfa2026390e2812f5ea841ee51f073
Reviewed-on: https://review.coreboot.org/c/coreboot/+/40882
Reviewed-by: Furquan Shaikh <furquan@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'Makefile.inc')
0 files changed, 0 insertions, 0 deletions