diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-06-11 18:08:28 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-06-14 09:44:49 +0000 |
commit | 27929bd0b050dfb3de91e9f737ecf2f3b03252a5 (patch) | |
tree | 75f749720dd1da49fc00b875121b502817f3ff02 /src/cpu/amd/pi/00630F01 | |
parent | 2abde07b9d9ec68cf2a4683accb048bc56612eb4 (diff) |
cpu/amd: Remove duplicated includes
Change-Id: I3544ce4a573b6996d64b140d8acdaeb3de430896
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/27018
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/cpu/amd/pi/00630F01')
-rw-r--r-- | src/cpu/amd/pi/00630F01/model_15_init.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cpu/amd/pi/00630F01/model_15_init.c b/src/cpu/amd/pi/00630F01/model_15_init.c index 6c3e5942f4..212d705966 100644 --- a/src/cpu/amd/pi/00630F01/model_15_init.c +++ b/src/cpu/amd/pi/00630F01/model_15_init.c @@ -20,11 +20,9 @@ #include <device/device.h> #include <device/pci.h> #include <string.h> -#include <cpu/x86/msr.h> #include <cpu/x86/pae.h> #include <pc80/mc146818rtc.h> #include <cpu/x86/lapic.h> - #include <cpu/cpu.h> #include <cpu/x86/cache.h> #include <cpu/x86/mtrr.h> |