diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/soc/intel/broadwell/minihd.c | 2 | ||||
-rw-r--r-- | 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 <device/pci_ids.h> #include <device/pci_ops.h> #include <device/mmio.h> -#include <soc/intel/common/hda_verb.h> #include <soc/igd.h> +#include <southbridge/intel/lynxpoint/hda_verb.h> 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 <device/pci_ids.h> #include <device/pci_ops.h> #include <device/mmio.h> -#include <soc/intel/common/hda_verb.h> #include <soc/pch.h> #include <soc/rcba.h> +#include <southbridge/intel/lynxpoint/hda_verb.h> static void codecs_init(u8 *base, u32 codec_mask) { |