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:
parent
e050a01a90
commit
f6c4eeab1a
|
@ -1,6 +1,5 @@
|
||||||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||||
|
|
||||||
#include <console/console.h>
|
|
||||||
#include <bootmem.h>
|
#include <bootmem.h>
|
||||||
#include <program_loading.h>
|
#include <program_loading.h>
|
||||||
#include <fit.h>
|
#include <fit.h>
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
#include <acpi/acpi.h>
|
#include <acpi/acpi.h>
|
||||||
#include <arch/ebda.h>
|
#include <arch/ebda.h>
|
||||||
#include <commonlib/endian.h>
|
#include <commonlib/endian.h>
|
||||||
#include <console/console.h>
|
|
||||||
|
|
||||||
static void *get_ebda_start(void)
|
static void *get_ebda_start(void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue