From d1bf9bfe060f0643aec0be89dc7268a9025647fb Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Mon, 31 Oct 2022 12:27:23 +0100 Subject: soc/intel/skylake: Clean up includes Change-Id: I505ef39487b2677993423e5952b54e008e24fcc5 Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/69028 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/soc/intel/skylake/bootblock/bootblock.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/soc/intel/skylake/bootblock') diff --git a/src/soc/intel/skylake/bootblock/bootblock.c b/src/soc/intel/skylake/bootblock/bootblock.c index 276bb48b95..4b31f77e9d 100644 --- a/src/soc/intel/skylake/bootblock/bootblock.c +++ b/src/soc/intel/skylake/bootblock/bootblock.c @@ -1,11 +1,13 @@ /* SPDX-License-Identifier: GPL-2.0-only */ #include +#include #include #include #include #include #include +#include asmlinkage void bootblock_c_entry(uint64_t base_timestamp) { -- cgit v1.2.3