summaryrefslogtreecommitdiff
path: root/src/cpu/amd/family_10h-family_15h
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-12-12 15:07:43 +0100
committerFelix Held <felix-coreboot@felixheld.de>2018-12-18 13:47:33 +0000
commit0c0208b590fd791fc03fc626c94e30c1c80e073d (patch)
treebee99938692bb3c06a519f170f421a72cde46fd3 /src/cpu/amd/family_10h-family_15h
parent2ad59714dd74b1502a6d9c84149634df7dceedf7 (diff)
downloadcoreboot-0c0208b590fd791fc03fc626c94e30c1c80e073d.tar.xz
cpu: Remove unneeded include <pc80/mc146818rtc.h>
Change-Id: I67bc60b9e0eb6289193d698787c18ea4593c991a Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/30196 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/cpu/amd/family_10h-family_15h')
-rw-r--r--src/cpu/amd/family_10h-family_15h/model_10xxx_init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cpu/amd/family_10h-family_15h/model_10xxx_init.c b/src/cpu/amd/family_10h-family_15h/model_10xxx_init.c
index c0316e5dd7..4009ba19de 100644
--- a/src/cpu/amd/family_10h-family_15h/model_10xxx_init.c
+++ b/src/cpu/amd/family_10h-family_15h/model_10xxx_init.c
@@ -24,7 +24,6 @@
#include <string.h>
#include <cpu/x86/smm.h>
#include <cpu/x86/pae.h>
-#include <pc80/mc146818rtc.h>
#include <cpu/x86/lapic.h>
#include <northbridge/amd/amdfam10/amdfam10.h>
#include <cpu/amd/model_10xxx_rev.h>