From 84aa55628338b418fc8bce56223d8a6c195bfb12 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Fri, 12 Jan 2024 08:37:01 +0100 Subject: [PATCH] tree: Remove duplicated includes Change-Id: I09dd5871cb366ef95410efc1ca6c4337f23b52fd Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/79912 Reviewed-by: Jonathon Hall Reviewed-by: Felix Singer Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- src/mainboard/google/dedede/variants/baseboard/ramstage.c | 1 - src/mainboard/purism/librem_l1um_v2/bootblock.c | 1 - 2 files changed, 2 deletions(-) diff --git a/src/mainboard/google/dedede/variants/baseboard/ramstage.c b/src/mainboard/google/dedede/variants/baseboard/ramstage.c index d43d08f856..e14e95650d 100644 --- a/src/mainboard/google/dedede/variants/baseboard/ramstage.c +++ b/src/mainboard/google/dedede/variants/baseboard/ramstage.c @@ -6,7 +6,6 @@ #include #include #include -#include #include #include #include diff --git a/src/mainboard/purism/librem_l1um_v2/bootblock.c b/src/mainboard/purism/librem_l1um_v2/bootblock.c index d8156695c8..58a22d2d6d 100644 --- a/src/mainboard/purism/librem_l1um_v2/bootblock.c +++ b/src/mainboard/purism/librem_l1um_v2/bootblock.c @@ -12,7 +12,6 @@ #include "gpio.h" #include #include -#include static int64_t bmc_ready_elapsed = 0;