From 273c348884ff22d35b094984ed797587d6ed4a9d Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Mon, 15 Jun 2020 18:29:43 +0200 Subject: src: Remove unused 'include Found using: diff <(git grep -l '#include ' -- src/) <(git grep -l 'set_vmx_and_lock\|set_feature_ctrl_vmx\|set_feature_ctrl_lock\|cppc_config\|cpu_init_cppc_config\|intel_ht_sibling' -- src/) |grep '<' Change-Id: I4d749a32aa50fa2f005e8496983013977742a99b Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/42394 Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/cpu/intel/model_6fx/model_6fx_init.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/cpu/intel/model_6fx') diff --git a/src/cpu/intel/model_6fx/model_6fx_init.c b/src/cpu/intel/model_6fx/model_6fx_init.c index b81eca4cfb..e2755f8863 100644 --- a/src/cpu/intel/model_6fx/model_6fx_init.c +++ b/src/cpu/intel/model_6fx/model_6fx_init.c @@ -8,7 +8,6 @@ #include #include #include -#include #define HIGHEST_CLEVEL 3 static void configure_c_states(void) -- cgit v1.2.3