summaryrefslogtreecommitdiff
path: root/src/cpu/intel/common
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-10-07 10:06:25 +0200
committerFelix Held <felix-coreboot@felixheld.de>2022-10-26 16:27:41 +0000
commitdeb5645644edf8b8594f89acf4d33544a8ea6f44 (patch)
treed3a0f08178b2517360eaef0cf2cfcb48c0ff79a4 /src/cpu/intel/common
parent6a9ae29c05f9462dfdeaba931bbbd5fca6b97e1b (diff)
cpu/intel: Clean up includes
Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Change-Id: Ie760711916c49d275ca49d94b9597fd24b5e7628 Reviewed-on: https://review.coreboot.org/c/coreboot/+/68203 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martin.roth@amd.corp-partner.google.com>
Diffstat (limited to 'src/cpu/intel/common')
-rw-r--r--src/cpu/intel/common/common_init.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cpu/intel/common/common_init.c b/src/cpu/intel/common/common_init.c
index 4d6df845f7..3a06281662 100644
--- a/src/cpu/intel/common/common_init.c
+++ b/src/cpu/intel/common/common_init.c
@@ -4,8 +4,10 @@
#include <arch/cpu.h>
#include <console/console.h>
#include <cpu/intel/msr.h>
-#include <cpu/x86/msr.h>
#include <cpu/intel/turbo.h>
+#include <cpu/x86/msr.h>
+#include <types.h>
+
#include "common.h"
#define CPUID_6_ECX_EPB (1 << 3)