[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAEf4BzanC5xCLjq8tOyZKQ=ojhcyDYBhJkGVTcqCB-=uLctUvw@mail.gmail.com>
Date: Tue, 8 Sep 2020 16:04:26 -0700
From: Andrii Nakryiko <andrii.nakryiko@...il.com>
To: Chen Zhou <chenzhou10@...wei.com>
Cc: "David S. Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>,
Networking <netdev@...r.kernel.org>, bpf <bpf@...r.kernel.org>
Subject: Re: [PATCH -next] bpf: Remove duplicate headers
On Tue, Sep 8, 2020 at 1:07 PM Chen Zhou <chenzhou10@...wei.com> wrote:
>
> Remove duplicate headers which are included twice.
>
> Signed-off-by: Chen Zhou <chenzhou10@...wei.com>
> ---
Acked-by: Andrii Nakryiko <andriin@...com>
> net/core/bpf_sk_storage.c | 1 -
> 1 file changed, 1 deletion(-)
>
> 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);
>
> --
> 2.17.1
>
Powered by blists - more mailing lists