From 7b7b8e48d8a70216863e8e5331cbee05cab7f48b Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Sun, 2 Oct 2022 12:42:54 +0200 Subject: cpu/intel/common/fsb.c: Sorte includes and add Signed-off-by: Elyes Haouas Change-Id: I9b85836ac21da5b885a97f05e3973fb23a052fd5 Reviewed-on: https://review.coreboot.org/c/coreboot/+/68041 Tested-by: build bot (Jenkins) Reviewed-by: Martin L Roth --- src/cpu/intel/common/fsb.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/cpu/intel/common/fsb.c b/src/cpu/intel/common/fsb.c index 350e8c693b..92f88cd19a 100644 --- a/src/cpu/intel/common/fsb.c +++ b/src/cpu/intel/common/fsb.c @@ -1,13 +1,14 @@ /* SPDX-License-Identifier: GPL-2.0-only */ #include +#include +#include +#include +#include #include #include -#include -#include -#include -#include #include +#include static u32 timer_fsb; static u32 timer_tsc; -- cgit v1.2.3