aboutsummaryrefslogtreecommitdiff
path: root/src/drivers
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2024-04-10 10:34:08 +0200
committerElyes Haouas <ehaouas@noos.fr>2024-04-11 11:13:18 +0000
commit327a0a7bafb9153b42893ce42bf84458cfa1be1e (patch)
tree0eab2bf8ed9321e47c4fafec4e93e118aba3667a /src/drivers
parent2f9a579048a406fa9637d4116be9c96a8a936bec (diff)
tree: Drop unused <string.h>
Change-Id: I0e216cbc4acf9571c65c345a1764e74485f89438 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/81818 Reviewed-by: Yu-Ping Wu <yupingso@google.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/drivers')
-rw-r--r--src/drivers/amd/agesa/s3_mtrr.c1
-rw-r--r--src/drivers/efi/option.c1
-rw-r--r--src/drivers/ipmi/ocp/ipmi_sel.c1
-rw-r--r--src/drivers/sof/sof.c1
4 files changed, 0 insertions, 4 deletions
diff --git a/src/drivers/amd/agesa/s3_mtrr.c b/src/drivers/amd/agesa/s3_mtrr.c
index 51e8a4d27b..b085b4d671 100644
--- a/src/drivers/amd/agesa/s3_mtrr.c
+++ b/src/drivers/amd/agesa/s3_mtrr.c
@@ -6,7 +6,6 @@
#include <cpu/x86/mtrr.h>
#include <cpu/amd/mtrr.h>
#include <cpu/x86/cache.h>
-#include <string.h>
#include <northbridge/amd/agesa/agesa_helper.h>
/* TODO: Do we want MTRR_DEF_TYPE_MSR too? */
diff --git a/src/drivers/efi/option.c b/src/drivers/efi/option.c
index 3960cfc76b..8e5b326718 100644
--- a/src/drivers/efi/option.c
+++ b/src/drivers/efi/option.c
@@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <stdlib.h>
-#include <string.h>
#include <option.h>
#include <smmstore.h>
diff --git a/src/drivers/ipmi/ocp/ipmi_sel.c b/src/drivers/ipmi/ocp/ipmi_sel.c
index f7605ec572..157bdbde34 100644
--- a/src/drivers/ipmi/ocp/ipmi_sel.c
+++ b/src/drivers/ipmi/ocp/ipmi_sel.c
@@ -2,7 +2,6 @@
#include <console/console.h>
#include <drivers/ipmi/ipmi_if.h>
-#include <string.h>
#include "ipmi_ocp.h"
diff --git a/src/drivers/sof/sof.c b/src/drivers/sof/sof.c
index db945aa8f5..8cd577e32b 100644
--- a/src/drivers/sof/sof.c
+++ b/src/drivers/sof/sof.c
@@ -4,7 +4,6 @@
#include <acpi/acpigen.h>
#include <device/device.h>
#include <device/path.h>
-#include <string.h>
#include "chip.h"