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>
This commit is contained in:
Elyes HAOUAS 2021-02-14 20:12:09 +01:00 committed by Kyösti Mälkki
parent 86cf75acfb
commit 4a3fab0cba
6 changed files with 0 additions and 6 deletions

View File

@ -12,7 +12,6 @@
#include <device/device.h>
#include <device/pci_def.h>
#include <device/pci_ops.h>
#include <string.h>
#include <soc/gpio.h>
#include <soc/lpc.h>

View File

@ -12,7 +12,6 @@
#include <device/pci_ids.h>
#include <pc80/mc146818rtc.h>
#include <drivers/uart/uart8250reg.h>
#include <string.h>
#include <soc/iomap.h>
#include <soc/irq.h>

View File

@ -19,7 +19,6 @@
#include <soc/pci_devs.h>
#include <soc/pm.h>
#include <soc/ramstage.h>
#include <string.h>
#define SHOW_PATTRS 1

View File

@ -8,7 +8,6 @@
#include <device/pci_ops.h>
#include <console/console.h>
#include <types.h>
#include <string.h>
#include <cpu/x86/msr.h>
#include <cpu/intel/turbo.h>
#include <soc/acpi.h>

View File

@ -11,7 +11,6 @@
#include <arch/ioapic.h>
#include <acpi/acpi.h>
#include <cpu/x86/smm.h>
#include <string.h>
#include <soc/iobp.h>
#include <soc/iomap.h>
#include <soc/lpc.h>

View File

@ -6,7 +6,6 @@
#include <bootstate.h>
#include <console/console.h>
#include <device/device.h>
#include <string.h>
#include <soc/nvs.h>
#include <soc/pm.h>
#include <soc/intel/broadwell/chip.h>