Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

bpf: Remove duplicate headers

Remove duplicate headers which are included twice.

Signed-off-by: Chen Zhou <chenzhou10@huawei.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Andrii Nakryiko <andriin@fb.com>
Link: https://lore.kernel.org/bpf/20200908132201.184005-1-chenzhou10@huawei.com

authored by

Chen Zhou and committed by
Alexei Starovoitov
e9091bb7 8081ede1

-1
-1
net/core/bpf_sk_storage.c
··· 12 12 #include <net/sock.h> 13 13 #include <uapi/linux/sock_diag.h> 14 14 #include <uapi/linux/btf.h> 15 - #include <linux/btf_ids.h> 16 15 17 16 DEFINE_BPF_STORAGE_CACHE(sk_cache); 18 17