We have set libbpf 1.0 API mode explicitly, so don't need to include the header bpf_rlimit.h any more.
Signed-off-by: Yafang Shao laoar.shao@gmail.com --- tools/testing/selftests/bpf/test_tcpnotify_user.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/tools/testing/selftests/bpf/test_tcpnotify_user.c b/tools/testing/selftests/bpf/test_tcpnotify_user.c index 4c5114765b23..8284db8b0f13 100644 --- a/tools/testing/selftests/bpf/test_tcpnotify_user.c +++ b/tools/testing/selftests/bpf/test_tcpnotify_user.c @@ -19,7 +19,6 @@ #include <linux/perf_event.h> #include <linux/err.h>
-#include "bpf_rlimit.h" #include "bpf_util.h" #include "cgroup_helpers.h"