coreboot/src/drivers/spi
Elyes HAOUAS f70bd99d2a src: Remove unused '#include <stdint.h>'
unused includes of <stdin.h> found using following commande:
diff <(git grep -l '#include <stdint.h>' -- src/) <(git grep -l
'int8_t\|uint8_t\|int16_t\|uint16_t\|int32_t\|uint32_t\|int64_t\|
uint64_t\|intptr_t\|uintptr_t\|intmax_t\|uintmax_t\|s8\|u8\|s16\|
u16\|s32\|u32\|s64\|u64\|INT8_MIN\|INT8_MAX\|UINT8_MAX\|INT16_MIN\
|INT16_MAX\|UINT16_MAX\|INT32_MIN\|INT32_MAX\|UINT32_MAX\|INT64_MIN\
|INT64_MAX\|UINT64_MAX\|INTMAX_MIN\|INTMAX_MAX\|UINTMAX_MAX' -- src/)
|grep '<' |grep -v vendor |grep -vF '.h'

Change-Id: Icb9b54c6abfb18d1e263665981968a4d7cccabeb
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41148
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2020-05-13 08:48:17 +00:00
..
acpi src: Remove unused '#include <stdint.h>' 2020-05-13 08:48:17 +00:00
tpm treewide: Convert more license headers to SPDX style 2020-05-11 19:37:19 +00:00
adesto.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
amic.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
atmel.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +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 treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
flashconsole.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
gigadevice.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
Kconfig treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
macronix.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
Makefile.inc drivers/spi: add drivers for sdcard mounted on the spi bus 2019-11-14 11:38:38 +00:00
spansion.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +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 treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
stmicro.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
winbond.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00