From: Alexis Lothoré (eBPF Foundation) Date: Thu, 27 Feb 2025 14:08:23 +0000 (+0100) Subject: bpf/selftests: test_select_reuseport_kern: Remove unused header X-Git-Tag: block-6.15-20250403~19^2~36 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=93cf4e537ed0c5bd9ba6cbdb2c33864547c1442f;p=linux-block.git bpf/selftests: test_select_reuseport_kern: Remove unused header test_select_reuseport_kern.c is currently including , but it does not use any definition from there. Remove stdlib.h inclusion from test_select_reuseport_kern.c Signed-off-by: Alexis Lothoré (eBPF Foundation) Signed-off-by: Martin KaFai Lau Link: https://patch.msgid.link/20250227-remove_wrong_header-v1-1-bc94eb4e2f73@bootlin.com Signed-off-by: Alexei Starovoitov --- diff --git a/tools/testing/selftests/bpf/progs/test_select_reuseport_kern.c b/tools/testing/selftests/bpf/progs/test_select_reuseport_kern.c index 5eb25c6ad75b..a5be3267dbb0 100644 --- a/tools/testing/selftests/bpf/progs/test_select_reuseport_kern.c +++ b/tools/testing/selftests/bpf/progs/test_select_reuseport_kern.c @@ -1,7 +1,6 @@ // SPDX-License-Identifier: GPL-2.0 /* Copyright (c) 2018 Facebook */ -#include #include #include #include