aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/intel/haswell/haswell_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/intel/haswell/haswell_init.c
parent2ad59714dd74b1502a6d9c84149634df7dceedf7 (diff)
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/intel/haswell/haswell_init.c')
-rw-r--r--src/cpu/intel/haswell/haswell_init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cpu/intel/haswell/haswell_init.c b/src/cpu/intel/haswell/haswell_init.c
index 20c1fac471..9d859605a3 100644
--- a/src/cpu/intel/haswell/haswell_init.c
+++ b/src/cpu/intel/haswell/haswell_init.c
@@ -31,7 +31,6 @@
#include <cpu/x86/name.h>
#include <cpu/x86/smm.h>
#include <delay.h>
-#include <pc80/mc146818rtc.h>
#include <northbridge/intel/haswell/haswell.h>
#include <southbridge/intel/lynxpoint/pch.h>
#include <cpu/intel/common/common.h>