summaryrefslogtreecommitdiff
path: root/src/mainboard/asrock/e350m1
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-10-26 12:05:22 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-11-05 09:01:13 +0000
commit1156b35a230126ca27f65de93d12c94d2f24e69b (patch)
tree66f8110e669dfb893f2d6dac44520b480c6dd899 /src/mainboard/asrock/e350m1
parent19f5ba81be265da3d1a2a15c106486677479dfd5 (diff)
downloadcoreboot-1156b35a230126ca27f65de93d12c94d2f24e69b.tar.xz
mainboard: Remove unneeded include <console/console.h>
Change-Id: Ib3aafcc586b1631a75f214cfd19706108ad8ca93 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/29285 Reviewed-by: Patrick Rudolph <siro@das-labor.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/asrock/e350m1')
-rw-r--r--src/mainboard/asrock/e350m1/acpi_tables.c1
-rw-r--r--src/mainboard/asrock/e350m1/mptable.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/asrock/e350m1/acpi_tables.c b/src/mainboard/asrock/e350m1/acpi_tables.c
index 07820969f1..2cd7e2a31c 100644
--- a/src/mainboard/asrock/e350m1/acpi_tables.c
+++ b/src/mainboard/asrock/e350m1/acpi_tables.c
@@ -17,7 +17,6 @@
#include <arch/acpi.h>
#include <arch/acpigen.h>
#include <arch/ioapic.h>
-#include <console/console.h>
#include <device/pci.h>
#include <device/pci_ids.h>
#include <string.h>
diff --git a/src/mainboard/asrock/e350m1/mptable.c b/src/mainboard/asrock/e350m1/mptable.c
index 3601bea5f8..54762d41ad 100644
--- a/src/mainboard/asrock/e350m1/mptable.c
+++ b/src/mainboard/asrock/e350m1/mptable.c
@@ -17,7 +17,6 @@
#include <arch/io.h>
#include <arch/ioapic.h>
#include <arch/smp/mpspec.h>
-#include <console/console.h>
#include <device/pci.h>
#include <stdint.h>
#include <string.h>