summaryrefslogtreecommitdiff
path: root/src/soc/intel/braswell
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2021-02-14 20:12:09 +0100
committerKyösti Mälkki <kyosti.malkki@gmail.com>2021-02-16 17:28:12 +0000
commit4a3fab0cbac978fc39ffb2aaacb729bd857b28f5 (patch)
treeb1f99bb32be05809162b7ba611d1856ebad154c2 /src/soc/intel/braswell
parent86cf75acfb3e86bee656d3a5185d3be62c9fc1e3 (diff)
downloadcoreboot-4a3fab0cbac978fc39ffb2aaacb729bd857b28f5.tar.xz
soc/intel/{baytrail,braswell,broadwell}: 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: Idc1a8a93a779f92079a0fbbcbc63530ffc061112 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50692 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/braswell')
-rw-r--r--src/soc/intel/braswell/ramstage.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/braswell/ramstage.c b/src/soc/intel/braswell/ramstage.c
index e59f3eb886..48f2193e47 100644
--- a/src/soc/intel/braswell/ramstage.c
+++ b/src/soc/intel/braswell/ramstage.c
@@ -19,7 +19,6 @@
#include <soc/pci_devs.h>
#include <soc/pm.h>
#include <soc/ramstage.h>
-#include <string.h>
#define SHOW_PATTRS 1