bpf: Drop useless btf_vmlinux in bpf_tcp_ca
authorGeliang Tang <geliang.tang@suse.com>
Mon, 17 Jul 2023 08:32:52 +0000 (16:32 +0800)
committerAlexei Starovoitov <ast@kernel.org>
Wed, 19 Jul 2023 00:31:10 +0000 (17:31 -0700)
commit8daf847714ec55fe590d1135e26c531658b2ac1c
treefb73bc6a98edc49ff4c4981b031945bad7a13670
parent89dc4037dda1219a3f5e3f367c2fe5e69c44a0d0
bpf: Drop useless btf_vmlinux in bpf_tcp_ca

The code using btf_vmlinux in bpf_tcp_ca is removed by the
commit 9f0265e921de ("bpf: Require only one of cong_avoid() and cong_control() from a TCP CC")
so drop this useless btf_vmlinux declaration.

Signed-off-by: Geliang Tang <geliang.tang@suse.com>
Link: https://lore.kernel.org/r/4d38da4eadaba476bd92ffcd7a5a03a5e28745c0.1689582557.git.geliang.tang@suse.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
net/ipv4/bpf_tcp_ca.c