Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

selftest/bpf/benchs: Remove an unused header

The benchs/bench_bpf_hashmap_full_update.c doesn't set a custom argp,
so it shouldn't include the <argp.h> header.

Signed-off-by: Anton Protopopov <aspsk@isovalent.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20230213091519.1202813-5-aspsk@isovalent.com

authored by

Anton Protopopov and committed by
Andrii Nakryiko
96445462 22ff7aea

-1
-1
tools/testing/selftests/bpf/benchs/bench_bpf_hashmap_full_update.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 2 /* Copyright (c) 2022 Bytedance */ 3 3 4 - #include <argp.h> 5 4 #include "bench.h" 6 5 #include "bpf_hashmap_full_update_bench.skel.h" 7 6 #include "bpf_util.h"