aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2024-01-12 08:37:01 +0100
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2024-01-13 20:27:54 +0000
commit84aa55628338b418fc8bce56223d8a6c195bfb12 (patch)
tree12f34e953fd6c94a25b78c4fda525bea09bf9d4e
parent47f5a087ec14601a95f33142beaa84f9f33c3228 (diff)
tree: Remove duplicated includes
Change-Id: I09dd5871cb366ef95410efc1ca6c4337f23b52fd Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/79912 Reviewed-by: Jonathon Hall <jonathon.hall@puri.sm> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
-rw-r--r--src/mainboard/google/dedede/variants/baseboard/ramstage.c1
-rw-r--r--src/mainboard/purism/librem_l1um_v2/bootblock.c1
2 files changed, 0 insertions, 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 <drivers/usb/acpi/chip.h>
#include <fw_config.h>
#include <gpio.h>
-#include <soc/pci_devs.h>
#include <ec/google/chromeec/ec.h>
#include <device/pci_ops.h>
#include <intelblocks/power_limit.h>
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 <gpio.h>
#include <timer.h>
-#include <delay.h>
static int64_t bmc_ready_elapsed = 0;