From f6c4eeab1a17f4772bb98da737a6a22ed4422c2b Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Thu, 11 Feb 2021 13:14:27 +0100 Subject: [PATCH] src/arch: Remove unused MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Idb80b21bb5dc4b461f89a3414d51b7d98a8328d8 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/50521 Reviewed-by: Kyösti Mälkki Tested-by: build bot (Jenkins) --- src/arch/arm/fit_payload.c | 1 - src/arch/x86/ebda.c | 1 - 2 files changed, 2 deletions(-) diff --git a/src/arch/arm/fit_payload.c b/src/arch/arm/fit_payload.c index 9777e3c1e5..19f46a8bc1 100644 --- a/src/arch/arm/fit_payload.c +++ b/src/arch/arm/fit_payload.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ -#include #include #include #include diff --git a/src/arch/x86/ebda.c b/src/arch/x86/ebda.c index ea2d9d3b0c..0e3465a040 100644 --- a/src/arch/x86/ebda.c +++ b/src/arch/x86/ebda.c @@ -4,7 +4,6 @@ #include #include #include -#include static void *get_ebda_start(void) {