From 774a84385e0986513438ee2807c110692291e7b4 Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Wed, 29 Jun 2016 17:28:02 -0500 Subject: [PATCH] UPSTREAM: soc/intel/common: use nvs.h include for nhlt code The nvs.h header is the one which defines global_nvs_t proper. Don't rely on an indirect inclusion. Change-Id: I89d6a73f65e408c73f068b4a35b5efd361a6e5d3 Signed-off-by: Aaron Durbin Reviewed-on: https://review.coreboot.org/15503 Reviewed-by: Furquan Shaikh Tested-by: build bot (Jenkins) Reviewed-on: https://chromium-review.googlesource.com/357996 Commit-Ready: Furquan Shaikh Tested-by: Furquan Shaikh --- src/soc/intel/common/nhlt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soc/intel/common/nhlt.c b/src/soc/intel/common/nhlt.c index d498152406..03a4b4f03c 100644 --- a/src/soc/intel/common/nhlt.c +++ b/src/soc/intel/common/nhlt.c @@ -15,7 +15,7 @@ #include #include -#include +#include uintptr_t nhlt_soc_serialize(struct nhlt *nhlt, uintptr_t acpi_addr) {