bpf: Remove repeated struct btf_type declaration
authorWan Jiabing <wanjiabing@vivo.com>
Thu, 1 Apr 2021 07:20:37 +0000 (15:20 +0800)
committerDaniel Borkmann <daniel@iogearbox.net>
Fri, 2 Apr 2021 23:45:36 +0000 (01:45 +0200)
commit6ac4c6f887f5a8efb6a6952798c09a2562022966
treea761c71692e6ad6e2f893a49fc8b83a323725a0a
parent2daae89666ad253281bb3d6a027c00a702c02eff
bpf: Remove repeated struct btf_type declaration

struct btf_type is declared twice. One is declared at 35th line. The below
one is not needed, hence remove the duplicate.

Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Song Liu <songliubraving@fb.com>
Link: https://lore.kernel.org/bpf/20210401072037.995849-1-wanjiabing@vivo.com
include/linux/bpf.h