HAOUAS Elyes has uploaded this change for review.

View Change

src: Remove unused 'include <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\|strtok_r\|strtok\|atol\|strrchr\|skip_atoi\|snprintf' -- src/) |grep -v vendorcode |grep '<'

Change-Id: I12802d0a6254b2fa39d59f485008bb2012f7b32d
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
---
M src/acpi/soundwire.c
M src/mainboard/dell/optiplex_9010/sch5545_ec.c
2 files changed, 0 insertions(+), 2 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/13/41913/1
diff --git a/src/acpi/soundwire.c b/src/acpi/soundwire.c
index 341114a..701fe2a 100644
--- a/src/acpi/soundwire.c
+++ b/src/acpi/soundwire.c
@@ -6,7 +6,6 @@
#include <commonlib/helpers.h>
#include <device/soundwire.h>
#include <stdbool.h>
-#include <string.h>

/* Specification-defined prefix for SoundWire properties. */
#define SDW_PFX "mipi-sdw-"
diff --git a/src/mainboard/dell/optiplex_9010/sch5545_ec.c b/src/mainboard/dell/optiplex_9010/sch5545_ec.c
index 4013452..2719460 100644
--- a/src/mainboard/dell/optiplex_9010/sch5545_ec.c
+++ b/src/mainboard/dell/optiplex_9010/sch5545_ec.c
@@ -2,7 +2,6 @@

#include <cbfs.h>
#include <cf9_reset.h>
-#include <string.h>
#include <option.h>
#include <arch/io.h>
#include <cpu/x86/msr.h>

To view, visit change 41913. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I12802d0a6254b2fa39d59f485008bb2012f7b32d
Gerrit-Change-Number: 41913
Gerrit-PatchSet: 1
Gerrit-Owner: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-MessageType: newchange