From 36de4652e04fcc2c6d92886404c78225e7b6468c Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Wed, 29 Jun 2016 17:28:02 -0500 Subject: 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) --- src/soc/intel/common/nhlt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/intel') 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) { -- cgit v1.2.3