summaryrefslogtreecommitdiffstats
path: root/src/mainboard/gigabyte/ga-g41m-es2l/romstage.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-11-09 08:05:03 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-11-11 10:29:24 +0000
commit10cfd4d7cfc3196449e3ba80f8d2538e113ef7e8 (patch)
treeed753055ba5c48a3fefdd2a2bdff59825bdd27c5 /src/mainboard/gigabyte/ga-g41m-es2l/romstage.c
parente396c662c0916a8938cbc0cab4bd5820088e26a4 (diff)
downloadcoreboot-10cfd4d7cfc3196449e3ba80f8d2538e113ef7e8.tar.gz
coreboot-10cfd4d7cfc3196449e3ba80f8d2538e113ef7e8.tar.bz2
coreboot-10cfd4d7cfc3196449e3ba80f8d2538e113ef7e8.zip
mb/{x4x}: Remove unused 'include <northbridge/intel/x4x/iomap.h>'
Change-Id: I82f1d4325ea87585137fa81567aa82b80454c704 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36693 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/gigabyte/ga-g41m-es2l/romstage.c')
-rw-r--r--src/mainboard/gigabyte/ga-g41m-es2l/romstage.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/gigabyte/ga-g41m-es2l/romstage.c b/src/mainboard/gigabyte/ga-g41m-es2l/romstage.c
index d4ce9401c12b..8ba173eec644 100644
--- a/src/mainboard/gigabyte/ga-g41m-es2l/romstage.c
+++ b/src/mainboard/gigabyte/ga-g41m-es2l/romstage.c
@@ -25,7 +25,6 @@
#include <arch/romstage.h>
#include <superio/ite/it8718f/it8718f.h>
#include <superio/ite/common/ite.h>
-#include <northbridge/intel/x4x/iomap.h>
#define SERIAL_DEV PNP_DEV(0x2e, IT8718F_SP1)
#define GPIO_DEV PNP_DEV(0x2e, IT8718F_GPIO)