Furquan Shaikh has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/40935 )
Change subject: arch/x86: Change power_res_dev_states[] to be non-static ......................................................................
arch/x86: Change power_res_dev_states[] to be non-static
Jenkins complains that power_res_dev_states[] should be a const pointer since it is marked static. However, this doesn't really need to be static. Hence, the change drops static keyword.
BUG=b:155428745
Change-Id: Ice2fff6ab3bcd72a059bc905b7462a681f2e6aaf Signed-off-by: Furquan Shaikh furquan@google.com --- M src/arch/x86/acpi_device.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/35/40935/2