From: Thomas Weißschuh Date: Mon, 24 Mar 2025 22:01:28 +0000 (+0100) Subject: selftests/nolibc: drop unnecessary sys/io.h include X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=5f40eef1c734042548f491e35acab1a2e4d867e1;p=users%2Fdwmw2%2Flinux.git selftests/nolibc: drop unnecessary sys/io.h include The include of sys/io.h is not necessary anymore since commit 67eb617a8e1e ("selftests/nolibc: simplify call to ioperm"). It's existence is also problematic as the header does not exist on all architectures. Reported-by: Sebastian Andrzej Siewior Signed-off-by: Thomas Weißschuh Acked-by: Shuah Khan Acked-by: Willy Tarreau Link: https://lore.kernel.org/r/20250324-nolibc-ioperm-v1-1-8a7cfb2876ae@weissschuh.net --- diff --git a/tools/testing/selftests/nolibc/nolibc-test.c b/tools/testing/selftests/nolibc/nolibc-test.c index 5884a891c4915..7a60b6ac1457e 100644 --- a/tools/testing/selftests/nolibc/nolibc-test.c +++ b/tools/testing/selftests/nolibc/nolibc-test.c @@ -16,7 +16,6 @@ #ifndef _NOLIBC_STDIO_H /* standard libcs need more includes */ #include -#include #include #include #include