summaryrefslogtreecommitdiff
path: root/src/soc/intel/xeon_sp/acpi.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2021-02-14 20:14:42 +0100
committerKyösti Mälkki <kyosti.malkki@gmail.com>2021-02-16 17:32:04 +0000
commit4a6d4416377a062b3116d60ddb24c8342bc0627d (patch)
tree1368591cf49c05ee6554f4069d7920e051e89da9 /src/soc/intel/xeon_sp/acpi.c
parent2b04c0c1bdfcc3f18a8137793de94e7403008974 (diff)
src/soc/intel/{jasperlake,xeon_sp}: Remove unused <string.h>
Found using: diff <(git grep -l '#include <string.h>' -- src/) <(git grep -l 'STRINGIFY\|memcpy\|memmove\|memset\|memcmp\|memchr\|strdup\|strconcat\|strnlen\|strlen\|strchr\|strncpy\|strcpy\|strcmp\|strncmp\|strspn\|strcspn\|strstr\|strtok_r\|strtok\|atol\|strrchr\|skip_atoi\|snprintf' -- src/)|grep '<' Change-Id: I0c2da6b0e019c53ac963ebf851243c126ae930b0 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50695 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/soc/intel/xeon_sp/acpi.c')
-rw-r--r--src/soc/intel/xeon_sp/acpi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/xeon_sp/acpi.c b/src/soc/intel/xeon_sp/acpi.c
index 5e5267de8a..9da1b14595 100644
--- a/src/soc/intel/xeon_sp/acpi.c
+++ b/src/soc/intel/xeon_sp/acpi.c
@@ -4,7 +4,6 @@
#include <intelblocks/acpi.h>
#include <soc/pci_devs.h>
#include <soc/util.h>
-#include <string.h>
#include "chip.h"