From 12acf3d1c6268b0a1739b9e3187f2010a72165ad Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Tue, 9 Apr 2024 17:21:52 +0200 Subject: [PATCH] tree: Drop unused Change-Id: I26c2abfce3417ed096d945745770fcae91a1e4ad Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/81814 Reviewed-by: Angel Pons Reviewed-by: Dinesh Gehlot Tested-by: build bot (Jenkins) Reviewed-by: Varshit Pandya Reviewed-by: Subrata Banik Reviewed-by: Eric Lai --- src/mainboard/google/brya/variants/crota/variant.c | 1 - src/soc/amd/common/psp_verstage/psp_verstage.c | 1 - 2 files changed, 2 deletions(-) diff --git a/src/mainboard/google/brya/variants/crota/variant.c b/src/mainboard/google/brya/variants/crota/variant.c index 4e8b36c317..f6613bc216 100644 --- a/src/mainboard/google/brya/variants/crota/variant.c +++ b/src/mainboard/google/brya/variants/crota/variant.c @@ -7,7 +7,6 @@ #include #include #include -#include const char *get_wifi_sar_cbfs_filename(void) { diff --git a/src/soc/amd/common/psp_verstage/psp_verstage.c b/src/soc/amd/common/psp_verstage/psp_verstage.c index 0b09c5fae9..e71d75ac32 100644 --- a/src/soc/amd/common/psp_verstage/psp_verstage.c +++ b/src/soc/amd/common/psp_verstage/psp_verstage.c @@ -22,7 +22,6 @@ #include #include #include -#include #include extern char _bss_start, _bss_end;