From c0e75391a5423071fd3a867b17b2560309e4afa5 Mon Sep 17 00:00:00 2001 From: Jerome Forissier Date: Thu, 2 May 2024 10:31:49 +0200 Subject: [PATCH] xtest: stats: remove The header is not used by host/xtest/stats.c and causes a conflict when musl is used. Therefore remove it. | In file included from optee-test/4.1.0/recipe-sysroot/usr/include/sys/stat.h:23, | from optee-test/4.1.0/git/host/xtest/stats.c:17: | optee-test/4.1.0/recipe-sysroot/usr/include/bits/stat.h:17:26: error: expected identifier or '(' before '[' token | 17 | unsigned __unused[2]; | | ^ Reported-by: Jon Mason Signed-off-by: Jerome Forissier Acked-by: Joakim Bech Acked-by: Jens Wiklander Acked-by: Etienne Carriere --- host/xtest/stats.c | 1 - 1 file changed, 1 deletion(-) diff --git a/host/xtest/stats.c b/host/xtest/stats.c index fb16d5558..05aa3adac 100644 --- a/host/xtest/stats.c +++ b/host/xtest/stats.c @@ -14,7 +14,6 @@ #include #include #include -#include #include #include #include