src/arch: Remove unused <console/console.h>

Change-Id: Idb80b21bb5dc4b461f89a3414d51b7d98a8328d8
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50521
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Elyes HAOUAS 2021-02-11 13:14:27 +01:00 committed by Kyösti Mälkki
parent e050a01a90
commit f6c4eeab1a
2 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
#include <console/console.h>
#include <bootmem.h>
#include <program_loading.h>
#include <fit.h>

View File

@ -4,7 +4,6 @@
#include <acpi/acpi.h>
#include <arch/ebda.h>
#include <commonlib/endian.h>
#include <console/console.h>
static void *get_ebda_start(void)
{