OSDN Git Service

selftest/bpf/benchs: Remove an unused header
authorAnton Protopopov <aspsk@isovalent.com>
Mon, 13 Feb 2023 09:15:16 +0000 (09:15 +0000)
committerAndrii Nakryiko <andrii@kernel.org>
Thu, 16 Feb 2023 00:29:31 +0000 (16:29 -0800)
commit9644546260eac49348b2c0694b01bdf72c627194
tree4386726dbc07c8b3bb671783df5f8095751c8df7
parent22ff7aeaa9e3d0533df613da3500db1ecf452253
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
tools/testing/selftests/bpf/benchs/bench_bpf_hashmap_full_update.c