summaryrefslogtreecommitdiff
path: root/src/northbridge/intel/haswell/raminit.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-05-14 12:55:17 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-05-15 17:58:59 +0000
commit274dabd7a04b18bc2f2378bb9faa7416dfd0ab83 (patch)
treea53f87b1200b13ced01afccd389963bb8e7c6d81 /src/northbridge/intel/haswell/raminit.c
parent45b79be9c06ccc925eeb3c11e821413478b903b5 (diff)
downloadcoreboot-274dabd7a04b18bc2f2378bb9faa7416dfd0ab83.tar.xz
src/northbridge: Remove unneeded include <arch/io.h>
Change-Id: I52ace93ae6f802723823955ac349ed54dc064aaa Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32784 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
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 96dc94e7d2..050dbd1ae6 100644
--- a/src/northbridge/intel/haswell/raminit.c
+++ b/src/northbridge/intel/haswell/raminit.c
@@ -15,7 +15,6 @@
#include <console/console.h>
#include <string.h>
-#include <arch/io.h>
#include <cbmem.h>
#include <arch/cbfs.h>
#include <cbfs.h>