summaryrefslogtreecommitdiffstats
path: root/src/cpu/intel/model_f4x
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-06-03 12:11:25 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-06-06 10:25:55 +0000
commit5c61fa851fa4114ee2491d7d7319c8ab2071e9fb (patch)
tree1c591be85d3846055895098dabf9ff156fd9a254 /src/cpu/intel/model_f4x
parente62836b7d61f053cfcdab32ccb49d8eb01f220dd (diff)
downloadcoreboot-5c61fa851fa4114ee2491d7d7319c8ab2071e9fb.tar.gz
coreboot-5c61fa851fa4114ee2491d7d7319c8ab2071e9fb.tar.bz2
coreboot-5c61fa851fa4114ee2491d7d7319c8ab2071e9fb.zip
cpu/intel/model_{6xx,f2x,f3x,f4x}: Remove unneeded include
Change-Id: I7d5843aada364b557e0618268ad48c650aa54d1e Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/26782 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/cpu/intel/model_f4x')
-rw-r--r--src/cpu/intel/model_f4x/model_f4x_init.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cpu/intel/model_f4x/model_f4x_init.c b/src/cpu/intel/model_f4x/model_f4x_init.c
index 9eb5115aa8af..a45fc7cb7e4c 100644
--- a/src/cpu/intel/model_f4x/model_f4x_init.c
+++ b/src/cpu/intel/model_f4x/model_f4x_init.c
@@ -11,12 +11,9 @@
* GNU General Public License for more details.
*/
-#include <console/console.h>
#include <device/device.h>
-#include <string.h>
#include <cpu/cpu.h>
#include <cpu/x86/mtrr.h>
-#include <cpu/x86/msr.h>
#include <cpu/x86/lapic.h>
#include <cpu/intel/microcode.h>
#include <cpu/intel/hyperthreading.h>