diff options
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/intel/common/nhlt.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <cbmem.h> #include <nhlt.h> -#include <soc/acpi.h> +#include <soc/nvs.h> uintptr_t nhlt_soc_serialize(struct nhlt *nhlt, uintptr_t acpi_addr) { |