]> www.infradead.org Git - users/jedix/linux-maple.git/commit
selftests/nolibc: drop unnecessary sys/io.h include
authorThomas Weißschuh <linux@weissschuh.net>
Mon, 24 Mar 2025 22:01:28 +0000 (23:01 +0100)
committerThomas Weißschuh <linux@weissschuh.net>
Thu, 10 Apr 2025 20:02:30 +0000 (22:02 +0200)
commit5f40eef1c734042548f491e35acab1a2e4d867e1
treebb65ca020441a110baf754a1e5002ef97a7b3c4e
parent0af2f6be1b4281385b618cb86ad946eded089ac8
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 <sebastian@breakpoint.cc>
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Acked-by: Shuah Khan <skhan@linuxfoundation.org>
Acked-by: Willy Tarreau <w@1wt.eu>
Link: https://lore.kernel.org/r/20250324-nolibc-ioperm-v1-1-8a7cfb2876ae@weissschuh.net
tools/testing/selftests/nolibc/nolibc-test.c