summaryrefslogtreecommitdiff
path: root/src/cpu/amd/agesa/family12/model_12_init.c
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/agesa/family12/model_12_init.c
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/agesa/family12/model_12_init.c')
-rw-r--r--src/cpu/amd/agesa/family12/model_12_init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cpu/amd/agesa/family12/model_12_init.c b/src/cpu/amd/agesa/family12/model_12_init.c
index c81b18ea72..96d6cdc637 100644
--- a/src/cpu/amd/agesa/family12/model_12_init.c
+++ b/src/cpu/amd/agesa/family12/model_12_init.c
@@ -21,7 +21,6 @@
#include <device/device.h>
#include <string.h>
#include <cpu/x86/pae.h>
-#include <pc80/mc146818rtc.h>
#include <cpu/x86/lapic.h>
#include <cpu/cpu.h>
#include <cpu/x86/cache.h>