coreboot-kgpe-d16/src/drivers/spi
Elyes HAOUAS b74f45e9c4 src: Remove unused 'include <string.h>'
Unused includes found using following commande:
diff <(git grep -l '#include <string.h>' -- src/) <(git grep -l 'memcpy\|memmove\|memset\|memcmp\|memchr\|strdup\|strconcat\|strnlen\|strlen\|strchr\|strncpy\|strcpy\|strcmp\|strncmp\|strspn\|strcspn\|atol\|strrchr\|skip_atoi\|STRINGIFY' -- src/) |grep -v vendorcode |grep '<'

Change-Id: Ibaeec213b6019dfa9c45e3424b38af0e094d0c51
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41242
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Wim Vervoorn <wvervoorn@eltan.com>
2020-05-18 07:41:24 +00:00
..
acpi src: Remove leading blank lines from SPDX header 2020-05-18 07:00:27 +00:00
tpm treewide: Convert more license headers to SPDX style 2020-05-11 19:37:19 +00:00
Kconfig src: Remove leading blank lines from SPDX header 2020-05-18 07:00:27 +00:00
Makefile.inc drivers/spi: add drivers for sdcard mounted on the spi bus 2019-11-14 11:38:38 +00:00
adesto.c src: Remove unused 'include <string.h>' 2020-05-18 07:41:24 +00:00
amic.c src: Remove unused 'include <string.h>' 2020-05-18 07:41:24 +00:00
atmel.c src: Remove unused 'include <string.h>' 2020-05-18 07:41:24 +00:00
bitbang.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
boot_device_rw_nommap.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
cbfs_spi.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
eon.c src: Remove unused 'include <string.h>' 2020-05-18 07:41:24 +00:00
flashconsole.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
gigadevice.c src: Remove unused 'include <string.h>' 2020-05-18 07:41:24 +00:00
macronix.c src: Remove unused 'include <string.h>' 2020-05-18 07:41:24 +00:00
spansion.c src: Remove unused 'include <string.h>' 2020-05-18 07:41:24 +00:00
spi-generic.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
spi_flash.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
spi_flash_internal.h treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
spi_sdcard.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
spi_winbond.h treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
spiconsole.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
sst.c src: Remove unused 'include <string.h>' 2020-05-18 07:41:24 +00:00
stmicro.c src: Remove unused 'include <string.h>' 2020-05-18 07:41:24 +00:00
winbond.c src: Remove unused 'include <string.h>' 2020-05-18 07:41:24 +00:00