aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/xeon_sp
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/xeon_sp')
-rw-r--r--src/soc/intel/xeon_sp/skx/chip.c1
-rw-r--r--src/soc/intel/xeon_sp/skx/cpu.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/intel/xeon_sp/skx/chip.c b/src/soc/intel/xeon_sp/skx/chip.c
index 845d7cb9f3..4324660f47 100644
--- a/src/soc/intel/xeon_sp/skx/chip.c
+++ b/src/soc/intel/xeon_sp/skx/chip.c
@@ -7,6 +7,7 @@
#include <soc/acpi.h>
#include <soc/ramstage.h>
#include <soc/soc_util.h>
+#include <soc/util.h>
struct pci_resource {
struct device *dev;
diff --git a/src/soc/intel/xeon_sp/skx/cpu.c b/src/soc/intel/xeon_sp/skx/cpu.c
index ea9f531886..bf712c3618 100644
--- a/src/soc/intel/xeon_sp/skx/cpu.c
+++ b/src/soc/intel/xeon_sp/skx/cpu.c
@@ -9,6 +9,7 @@
#include <soc/msr.h>
#include <soc/cpu.h>
#include <soc/soc_util.h>
+#include <soc/util.h>
#include <assert.h>
#include "chip.h"