aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/tigerlake/me.c
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-10-22 22:15:27 +0200
committerMartin Roth <martin.roth@amd.corp-partner.google.com>2022-10-25 16:15:09 +0000
commitcbbbb6c79d94ccc4b38913be74dc34ad1f365bac (patch)
treeaae253bb3cd7c5a623641bbda0f717f6a886c35b /src/soc/intel/tigerlake/me.c
parentd7d551523d8f9f3f35cdb95094f2fe650d078dc0 (diff)
soc/intel/tigerlake: Clean up includes
Change-Id: I9c75e900d05d16de830c750f074df84bb17f64dc Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/68700 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <inforichland@gmail.com>
Diffstat (limited to 'src/soc/intel/tigerlake/me.c')
-rw-r--r--src/soc/intel/tigerlake/me.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/intel/tigerlake/me.c b/src/soc/intel/tigerlake/me.c
index ea949025a7..560464fac4 100644
--- a/src/soc/intel/tigerlake/me.c
+++ b/src/soc/intel/tigerlake/me.c
@@ -1,10 +1,10 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <bootstate.h>
-#include <intelblocks/cse.h>
#include <console/console.h>
+#include <intelblocks/cse.h>
#include <soc/me.h>
-#include <stdint.h>
+#include <types.h>
/* Host Firmware Status Register 2 */
union me_hfsts2 {