diff options
| author | 2020-09-08 21:22:01 +0800 | |
|---|---|---|
| committer | 2020-09-10 10:53:14 -0700 | |
| commit | e9091bb77f6e130e42f2edd2e6bb4e5a2b2f9d77 (patch) | |
| tree | d91ad0f86975f45c68835f941d3ca93074027252 | |
| parent | perf: Stop using deprecated bpf_program__title() (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
| -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); |
