Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/82618?usp=email )
Change subject: soc/intel/xeon_sp/gnr/soc_iio: Remove unused <string.h> ......................................................................
soc/intel/xeon_sp/gnr/soc_iio: Remove unused <string.h>
Change-Id: I8d4500edaa0739921831a3b04131046599c35a87 Signed-off-by: Elyes Haouas ehaouas@noos.fr --- M src/soc/intel/xeon_sp/gnr/soc_iio.c 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/18/82618/1
diff --git a/src/soc/intel/xeon_sp/gnr/soc_iio.c b/src/soc/intel/xeon_sp/gnr/soc_iio.c index 1404dad..230d407 100644 --- a/src/soc/intel/xeon_sp/gnr/soc_iio.c +++ b/src/soc/intel/xeon_sp/gnr/soc_iio.c @@ -1,7 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */
#include <soc/iio.h> -#include <string.h>
#include <fsp/util.h> #include <IioPcieConfigUpd.h>