summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2024-05-23 08:47:05 +0200
committerElyes Haouas <ehaouas@noos.fr>2024-05-23 20:18:03 +0000
commit47eed41dcb2170b84c96c68c28208b5a97124503 (patch)
tree64b069dfe556805a6b0888c61693e74a7cc86932 /src
parente3fbd2a958e98cf2b5ee22b3f2044bc7253483e5 (diff)
soc/intel/xeon_sp/gnr/soc_iio: Remove unused <string.h>
Change-Id: I8d4500edaa0739921831a3b04131046599c35a87 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/82618 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com> Reviewed-by: Shuo Liu <shuo.liu@intel.com>
Diffstat (limited to 'src')
-rw-r--r--src/soc/intel/xeon_sp/gnr/soc_iio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/xeon_sp/gnr/soc_iio.c b/src/soc/intel/xeon_sp/gnr/soc_iio.c
index 1404dade6c..230d407068 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>