summaryrefslogtreecommitdiff
path: root/net/core/bpf_sk_storage.c
diff options
context:
space:
mode:
authorChen Zhou <chenzhou10@huawei.com>2020-09-08 21:22:01 +0800
committerAlexei Starovoitov <ast@kernel.org>2020-09-10 10:53:14 -0700
commite9091bb77f6e130e42f2edd2e6bb4e5a2b2f9d77 (patch)
treed91ad0f86975f45c68835f941d3ca93074027252 /net/core/bpf_sk_storage.c
parent8081ede1f73139687a75147d529cebcc5e4149c5 (diff)
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
Diffstat (limited to 'net/core/bpf_sk_storage.c')
-rw-r--r--net/core/bpf_sk_storage.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/core/bpf_sk_storage.c b/net/core/bpf_sk_storage.c
index a0d1a3265b71..4a86ea34f29e 100644
--- a/net/core/bpf_sk_storage.c
+++ b/net/core/bpf_sk_storage.c
@@ -12,7 +12,6 @@
#include <net/sock.h>
#include <uapi/linux/sock_diag.h>
#include <uapi/linux/btf.h>
-#include <linux/btf_ids.h>
DEFINE_BPF_STORAGE_CACHE(sk_cache);