mainboard/starlabs/common: include acpi_gnvs.h in gnvs.c
gnvs.c uses the global NVS definitions directly, so include acpi/acpi_gnvs.h explicitly instead of relying on indirect headers. Change-Id: Ifd19111a01ced3cb9bdb85ac192358e823dd3f44 Signed-off-by: Sean Rhodes <sean@starlabs.systems> Reviewed-on: https://review.coreboot.org/c/coreboot/+/91857 Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
f1505f5e46
commit
ed261d5447
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#include <acpi/acpi_gnvs.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#include <starlabs/efi_option_smi.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue