summaryrefslogtreecommitdiff
path: root/src/northbridge/intel/haswell/raminit.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-12-12 15:06:33 +0100
committerFelix Held <felix-coreboot@felixheld.de>2018-12-18 13:49:31 +0000
commit586f24dab48c187c739ab725589248ff02999f3a (patch)
treea3a7ccfa8fcb4cc2c80be8164b640018c6aebcf7 /src/northbridge/intel/haswell/raminit.c
parent0c0208b590fd791fc03fc626c94e30c1c80e073d (diff)
downloadcoreboot-586f24dab48c187c739ab725589248ff02999f3a.tar.xz
northbridge: Remove unneeded include <pc80/mc146818rtc.h>
Change-Id: Icae59721db530572d76035975a4e90686bf4fa65 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/30195 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/northbridge/intel/haswell/raminit.c')
-rw-r--r--src/northbridge/intel/haswell/raminit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/northbridge/intel/haswell/raminit.c b/src/northbridge/intel/haswell/raminit.c
index 221d71f1af..faaa9d0412 100644
--- a/src/northbridge/intel/haswell/raminit.c
+++ b/src/northbridge/intel/haswell/raminit.c
@@ -23,7 +23,6 @@
#include <ip_checksum.h>
#include <memory_info.h>
#include <mrc_cache.h>
-#include <pc80/mc146818rtc.h>
#include <device/pci_def.h>
#include <device/dram/ddr3.h>
#include <smbios.h>