diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-10-16 21:21:30 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2019-10-20 17:19:34 +0000 |
commit | c888a7bbaa5661abc6f44c0f6e4ba859966aebb3 (patch) | |
tree | aaa2b49cf8a426e4202c84f07c86a4aa1c2e809e /src/soc/amd/common | |
parent | 80df052d355ba2db3bb1b6e6e2c05d05a9ce6ad0 (diff) |
src: Remove unused 'include <string.h>'
Change-Id: I2a94c3b6282e9915fd2b8136b124740c8a7b774c
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36082
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/soc/amd/common')
-rw-r--r-- | src/soc/amd/common/block/spi/fch_spi_special.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/amd/common/block/spi/fch_spi_special.c b/src/soc/amd/common/block/spi/fch_spi_special.c index 456a3896f5..fa3c00ac84 100644 --- a/src/soc/amd/common/block/spi/fch_spi_special.c +++ b/src/soc/amd/common/block/spi/fch_spi_special.c @@ -16,7 +16,6 @@ #include <console/console.h> #include <spi-generic.h> #include <amdblocks/fch_spi.h> -#include <string.h> int non_standard_sst_byte_write(u32 offset, const void *buf) { |