From 3992698388d64efeaf3c291363d4f71929d9def8 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Mon, 15 Jun 2020 18:50:47 +0200 Subject: cpu/intel/model_1067x: Drop include Found using: diff <(git grep -l 'include ' -- src) <(git grep -l 'CACHELINE_SIZE\|cpu_info\|mfence\|mfence\|mp_ops\|mp_init_with_smm\|MP_RUN_ON_ALL_CPUS\|mp_run_on_aps\|mp_run_on_all_cpus\|mp_park_aps\|smm_initiate_relocation_parallel\|smm_initiate_relocation' -- src/) |grep '<' Change-Id: Ib721e667144d6803261f3761a077570e0e27391d Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/42395 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/cpu/intel/model_1067x/model_1067x_init.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/cpu/intel') diff --git a/src/cpu/intel/model_1067x/model_1067x_init.c b/src/cpu/intel/model_1067x/model_1067x_init.c index 6cb11fe9c9..e040e0d698 100644 --- a/src/cpu/intel/model_1067x/model_1067x_init.c +++ b/src/cpu/intel/model_1067x/model_1067x_init.c @@ -4,7 +4,6 @@ #include #include #include -#include #include #include #include -- cgit v1.2.3