Skip to content

Commit 666475c

Browse files
Wang Qingborkmann
authored andcommitted
bpf, btf: Remove the duplicate btf_ids.h include
Remove duplicate btf_ids.h header which is included twice. Signed-off-by: Wang Qing <wangqing@vivo.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Link: https://lore.kernel.org/bpf/1604736650-11197-1-git-send-email-wangqing@vivo.com
1 parent a10b4f9 commit 666475c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kernel/bpf/btf.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
#include <linux/skmsg.h>
2323
#include <linux/perf_event.h>
2424
#include <linux/bsearch.h>
25-
#include <linux/btf_ids.h>
2625
#include <net/sock.h>
2726

2827
/* BTF (BPF Type Format) is the meta data format which describes

0 commit comments

Comments
 (0)