From b5d56f9118032159908b98311831d304e1a529f7 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Wed, 23 Jun 2021 12:47:49 +0200 Subject: [PATCH] soc/intel/broadwell: Replace soc/intel/common include Broadwell now uses the Lynx Point hda_verb.c and should thus use the corresponding header as well. Tested with BUILD_TIMELESS=1, Purism Librem 13 v1 remains identical. Change-Id: I9b8ca91bed67be9c6850bd51f4c81e002a0f5aef Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/55797 Reviewed-by: Felix Held Tested-by: build bot (Jenkins) --- src/soc/intel/broadwell/minihd.c | 2 +- src/soc/intel/broadwell/pch/hda.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/soc/intel/broadwell/minihd.c b/src/soc/intel/broadwell/minihd.c index b73c1b3b57..e373878643 100644 --- a/src/soc/intel/broadwell/minihd.c +++ b/src/soc/intel/broadwell/minihd.c @@ -6,8 +6,8 @@ #include #include #include -#include #include +#include static const u32 minihd_verb_table[] = { /* coreboot specific header */ diff --git a/src/soc/intel/broadwell/pch/hda.c b/src/soc/intel/broadwell/pch/hda.c index ab348ea7c2..2e00f79bb8 100644 --- a/src/soc/intel/broadwell/pch/hda.c +++ b/src/soc/intel/broadwell/pch/hda.c @@ -7,9 +7,9 @@ #include #include #include -#include #include #include +#include static void codecs_init(u8 *base, u32 codec_mask) {