diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-10-31 12:27:23 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-11-04 01:01:53 +0000 |
commit | d1bf9bfe060f0643aec0be89dc7268a9025647fb (patch) | |
tree | 0eb9f8eb53bc69a0ff51948482ab7e9417317db6 /src/soc/intel/skylake/nhlt/nau88l25.c | |
parent | d222d1add8ba262afeb42918d3af8b8628711015 (diff) |
soc/intel/skylake: Clean up includes
Change-Id: I505ef39487b2677993423e5952b54e008e24fcc5
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/69028
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/soc/intel/skylake/nhlt/nau88l25.c')
-rw-r--r-- | src/soc/intel/skylake/nhlt/nau88l25.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/skylake/nhlt/nau88l25.c b/src/soc/intel/skylake/nhlt/nau88l25.c index 1ac0f6f85c..7633238665 100644 --- a/src/soc/intel/skylake/nhlt/nau88l25.c +++ b/src/soc/intel/skylake/nhlt/nau88l25.c @@ -1,5 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */ +#include <commonlib/bsd/helpers.h> #include <soc/nhlt.h> /* The same DSP firmware settings are used for both the capture and |