From: Wang Qing Date: Sat, 7 Nov 2020 08:10:50 +0000 (+0800) Subject: bpf, btf: Remove the duplicate btf_ids.h include X-Git-Tag: Ubuntu-5.13.0-19.19~4397^2~259^2~13 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=666475ccbf1dc99c1e61e47975d5fbf86d6236aa;p=mirror_ubuntu-jammy-kernel.git bpf, btf: Remove the duplicate btf_ids.h include Remove duplicate btf_ids.h header which is included twice. Signed-off-by: Wang Qing Signed-off-by: Daniel Borkmann Link: https://lore.kernel.org/bpf/1604736650-11197-1-git-send-email-wangqing@vivo.com --- diff --git a/kernel/bpf/btf.c b/kernel/bpf/btf.c index ed7d02e8bc93..6324de8c59f7 100644 --- a/kernel/bpf/btf.c +++ b/kernel/bpf/btf.c @@ -22,7 +22,6 @@ #include #include #include -#include #include /* BTF (BPF Type Format) is the meta data format which describes