coreboot/src/arch
Furquan Shaikh d14d03a6a8 arch/x86/acpi_device: Constify struct device * parameter to UID functions
acpi_device_uid() and acpi_device_write_uid() do not need to make
changes to the device structure. Thus, this change marks struct
device * parameter to these functions as const.

Change-Id: I3755223766c78f93c57ac80caf392985cfd5c5e5
Signed-off-by: Furquan Shaikh <furquan@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/40702
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2020-04-28 19:35:31 +00:00
..
arm src: Remove unneeded 'include <arch/cache.h>' 2020-03-10 20:39:50 +00:00
arm64 src: Remove unneeded 'include <arch/cache.h>' 2020-03-10 20:39:50 +00:00
ppc64 src/arch/ppc64: Convert to SPDX license header 2020-03-06 07:47:42 +00:00
riscv src/arch/riscv: Convert to SPDX license header 2020-03-06 07:48:09 +00:00
x86 arch/x86/acpi_device: Constify struct device * parameter to UID functions 2020-04-28 19:35:31 +00:00