From 54c9bf8e12240c8f91566b80462a8f8bdf1a5c16 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Tue, 9 Apr 2024 12:52:43 +0200 Subject: tree: Drop unused Change-Id: Ib1a8fc50217c84e835080c70269ff50fc001392c Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/81811 Reviewed-by: Varshit Pandya Reviewed-by: Jonathon Hall Reviewed-by: Yidi Lin Tested-by: build bot (Jenkins) --- src/soc/amd/common/vboot/vboot_bootblock.c | 1 - src/soc/amd/genoa_poc/acpi.c | 1 - src/soc/amd/genoa_poc/i2c.c | 1 - 3 files changed, 3 deletions(-) (limited to 'src/soc/amd') diff --git a/src/soc/amd/common/vboot/vboot_bootblock.c b/src/soc/amd/common/vboot/vboot_bootblock.c index 6a7ae13c8e..7eeecb5334 100644 --- a/src/soc/amd/common/vboot/vboot_bootblock.c +++ b/src/soc/amd/common/vboot/vboot_bootblock.c @@ -1,7 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */ #include -#include #include #include #include diff --git a/src/soc/amd/genoa_poc/acpi.c b/src/soc/amd/genoa_poc/acpi.c index 8f842f92cb..fc223047be 100644 --- a/src/soc/amd/genoa_poc/acpi.c +++ b/src/soc/amd/genoa_poc/acpi.c @@ -7,7 +7,6 @@ #include #include #include -#include #include #include diff --git a/src/soc/amd/genoa_poc/i2c.c b/src/soc/amd/genoa_poc/i2c.c index 7261a8792a..aac73f06eb 100644 --- a/src/soc/amd/genoa_poc/i2c.c +++ b/src/soc/amd/genoa_poc/i2c.c @@ -1,7 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */ #include -#include #include #include #include "chip.h" -- cgit v1.2.3