diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-06-03 12:11:25 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-06-06 10:25:55 +0000 |
commit | 5c61fa851fa4114ee2491d7d7319c8ab2071e9fb (patch) | |
tree | 1c591be85d3846055895098dabf9ff156fd9a254 /src/cpu/intel/model_6xx | |
parent | e62836b7d61f053cfcdab32ccb49d8eb01f220dd (diff) | |
download | coreboot-5c61fa851fa4114ee2491d7d7319c8ab2071e9fb.tar.xz |
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_6xx')
-rw-r--r-- | src/cpu/intel/model_6xx/model_6xx_init.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cpu/intel/model_6xx/model_6xx_init.c b/src/cpu/intel/model_6xx/model_6xx_init.c index e639ed776c..bf319e45ec 100644 --- a/src/cpu/intel/model_6xx/model_6xx_init.c +++ b/src/cpu/intel/model_6xx/model_6xx_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/x86/cache.h> |