summaryrefslogtreecommitdiff
path: root/src/mainboard/protectli
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2020-12-21 15:17:01 +0200
committerAngel Pons <th3fanbus@gmail.com>2021-01-03 11:37:04 +0000
commitd6c57141dd36a41694651ce29546ded4d46a3a2d (patch)
tree40346451e5dd47a7dadec64611432b5cfd7d4771 /src/mainboard/protectli
parentf3f2aa8a50af36de42d2feda7c38fe12f7fb52b8 (diff)
downloadcoreboot-d6c57141dd36a41694651ce29546ded4d46a3a2d.tar.xz
soc/intel: Drop indirect <soc/nvs.h> include
Change-Id: Ia19018685749efdd543cb09c06df117690ab9d66 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/48803 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/protectli')
-rw-r--r--src/mainboard/protectli/vault_bsw/acpi_tables.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/protectli/vault_bsw/acpi_tables.c b/src/mainboard/protectli/vault_bsw/acpi_tables.c
index c40769af98..3c946039f9 100644
--- a/src/mainboard/protectli/vault_bsw/acpi_tables.c
+++ b/src/mainboard/protectli/vault_bsw/acpi_tables.c
@@ -3,6 +3,7 @@
#include <acpi/acpi_gnvs.h>
#include <arch/ioapic.h>
#include <soc/acpi.h>
+#include <soc/nvs.h>
#include <string.h>
void acpi_create_gnvs(struct global_nvs *gnvs)