diff options
author | 2020-11-07 16:10:50 +0800 | |
---|---|---|
committer | 2020-11-10 00:05:18 +0100 | |
commit | 666475ccbf1dc99c1e61e47975d5fbf86d6236aa (patch) | |
tree | e0bf0cc8d5f3c3358098e5de6d630abafec733d1 | |
parent | samples/bpf: Remove duplicate include in hbm (diff) | |
download | wireguard-linux-666475ccbf1dc99c1e61e47975d5fbf86d6236aa.tar.xz wireguard-linux-666475ccbf1dc99c1e61e47975d5fbf86d6236aa.zip |
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
-rw-r--r-- | kernel/bpf/btf.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <linux/skmsg.h> #include <linux/perf_event.h> #include <linux/bsearch.h> -#include <linux/btf_ids.h> #include <net/sock.h> /* BTF (BPF Type Format) is the meta data format which describes |