diff options
author | Chen Zhou <chenzhou10@huawei.com> | 2020-09-08 16:22:01 +0300 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2020-09-10 20:53:14 +0300 |
commit | e9091bb77f6e130e42f2edd2e6bb4e5a2b2f9d77 (patch) | |
tree | d91ad0f86975f45c68835f941d3ca93074027252 | |
parent | 8081ede1f73139687a75147d529cebcc5e4149c5 (diff) | |
download | linux-e9091bb77f6e130e42f2edd2e6bb4e5a2b2f9d77.tar.xz |
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
-rw-r--r-- | net/core/bpf_sk_storage.c | 1 |
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); |