aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2021-02-14 20:15:25 +0100
committerKyösti Mälkki <kyosti.malkki@gmail.com>2021-02-16 17:20:47 +0000
commit0526554699b2e9dac60260fbd9945574959b6383 (patch)
tree9f2cbb493322ad0ec806040205acbec2a5e5146f
parenta9cbfc70296b4ca4f47210826983dd90ccf32cf9 (diff)
soc/intel/common: 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: I4cdf64119e9bfa377520d7e343434f5a6ddab3a8 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50535 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jonathan Zhang <jonzhang@fb.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
-rw-r--r--src/soc/intel/common/block/acpi/acpi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/common/block/acpi/acpi.c b/src/soc/intel/common/block/acpi/acpi.c
index e7f3f0d72b..cf62cccfa7 100644
--- a/src/soc/intel/common/block/acpi/acpi.c
+++ b/src/soc/intel/common/block/acpi/acpi.c
@@ -19,7 +19,6 @@
#include <soc/gpio.h>
#include <soc/iomap.h>
#include <soc/pm.h>
-#include <string.h>
#define CPUID_6_EAX_ISST (1 << 7)