summaryrefslogtreecommitdiff
path: root/src/cpu
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-07-22 07:53:53 +0200
committerAngel Pons <th3fanbus@gmail.com>2020-07-26 18:45:21 +0000
commit7cf1f203e951eee8d35fc0280f0fb022d609ad74 (patch)
tree35ff9f6e1f045495639088fefdb2c15e7a9b8e59 /src/cpu
parent6f739184dd153e0f7c3fa42990e008578b51b2c1 (diff)
downloadcoreboot-7cf1f203e951eee8d35fc0280f0fb022d609ad74.tar.xz
cpu/intel/model_206ax: Clean up includes
Change-Id: I5dc2e7b327278c281087c7461e62569aab3fe450 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43692 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/cpu')
-rw-r--r--src/cpu/intel/model_206ax/acpi.c3
-rw-r--r--src/cpu/intel/model_206ax/finalize.c1
2 files changed, 2 insertions, 2 deletions
diff --git a/src/cpu/intel/model_206ax/acpi.c b/src/cpu/intel/model_206ax/acpi.c
index 9ff0673ece..13ee20a728 100644
--- a/src/cpu/intel/model_206ax/acpi.c
+++ b/src/cpu/intel/model_206ax/acpi.c
@@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-#include <types.h>
#include <console/console.h>
#include <acpi/acpi.h>
#include <acpi/acpigen.h>
@@ -9,6 +8,8 @@
#include <cpu/intel/speedstep.h>
#include <cpu/intel/turbo.h>
#include <device/device.h>
+#include <stdint.h>
+
#include "model_206ax.h"
#include "chip.h"
diff --git a/src/cpu/intel/model_206ax/finalize.c b/src/cpu/intel/model_206ax/finalize.c
index c7579f1764..37fbefdf13 100644
--- a/src/cpu/intel/model_206ax/finalize.c
+++ b/src/cpu/intel/model_206ax/finalize.c
@@ -2,7 +2,6 @@
#include <arch/cpu.h>
#include <cpu/x86/msr.h>
-#include <cpu/intel/speedstep.h>
#include "model_206ax.h"
/* MSR Documentation based on