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: v6.15-rc1~98^2~36 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=93cf4e537ed0c5bd9ba6cbdb2c33864547c1442f;p=thirdparty%2Fkernel%2Flinux.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 5eb25c6ad75b1..a5be3267dbb01 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