From: Chen Zhou Date: Tue, 8 Sep 2020 13:22:01 +0000 (+0800) Subject: bpf: Remove duplicate headers X-Git-Tag: v5.15~2655^2~169^2~44 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e9091bb77f6e130e42f2edd2e6bb4e5a2b2f9d77;p=platform%2Fkernel%2Flinux-starfive.git bpf: Remove duplicate headers Remove duplicate headers which are included twice. Signed-off-by: Chen Zhou Signed-off-by: Alexei Starovoitov Acked-by: Andrii Nakryiko Link: https://lore.kernel.org/bpf/20200908132201.184005-1-chenzhou10@huawei.com --- diff --git a/net/core/bpf_sk_storage.c b/net/core/bpf_sk_storage.c index a0d1a32..4a86ea3 100644 --- a/net/core/bpf_sk_storage.c +++ b/net/core/bpf_sk_storage.c @@ -12,7 +12,6 @@ #include #include #include -#include DEFINE_BPF_STORAGE_CACHE(sk_cache);