summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/stoneyridge
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2021-12-31 08:43:08 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-01-05 17:39:13 +0000
commit9e95f6e0bcb85c7a4714db58548846d2453787f4 (patch)
tree41ff0d46da17d0a984fe274da717df841a69d38f /src/soc/amd/stoneyridge
parenta97f03513f3e7e2e0d59ddd9ab1c52ce99beec35 (diff)
downloadcoreboot-9e95f6e0bcb85c7a4714db58548846d2453787f4.tar.gz
coreboot-9e95f6e0bcb85c7a4714db58548846d2453787f4.tar.bz2
coreboot-9e95f6e0bcb85c7a4714db58548846d2453787f4.zip
soc/amd: Remove unused <string.h>
Change-Id: Ibd3e7a62a2e833017f550eddd915b7dfb539d019 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/60558 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/soc/amd/stoneyridge')
-rw-r--r--src/soc/amd/stoneyridge/acpi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/amd/stoneyridge/acpi.c b/src/soc/amd/stoneyridge/acpi.c
index b2cc20b77df3..dda50b7c0e88 100644
--- a/src/soc/amd/stoneyridge/acpi.c
+++ b/src/soc/amd/stoneyridge/acpi.c
@@ -4,7 +4,6 @@
* ACPI - create the Fixed ACPI Description Tables (FADT)
*/
-#include <string.h>
#include <console/console.h>
#include <acpi/acpi.h>
#include <acpi/acpigen.h>