diff mbox series

include: net: struct sock is declared twice

Message ID 20210325070602.858024-1-wanjiabing@vivo.com
State New
Headers show
Series include: net: struct sock is declared twice | expand

Commit Message

Wan Jiabing March 25, 2021, 7:06 a.m. UTC
struct sock has been declared. Remove the duplicate.

Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
---
 include/net/bpf_sk_storage.h | 1 -
 1 file changed, 1 deletion(-)

Comments

patchwork-bot+netdevbpf@kernel.org March 26, 2021, 4:50 p.m. UTC | #1
Hello:

This patch was applied to bpf/bpf-next.git (refs/heads/master):

On Thu, 25 Mar 2021 15:06:02 +0800 you wrote:
> struct sock has been declared. Remove the duplicate.

> 

> Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>

> ---

>  include/net/bpf_sk_storage.h | 1 -

>  1 file changed, 1 deletion(-)


Here is the summary with links:
  - include: net: struct sock is declared twice
    https://git.kernel.org/bpf/bpf-next/c/fcb8d0d7587e

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
diff mbox series

Patch

diff --git a/include/net/bpf_sk_storage.h b/include/net/bpf_sk_storage.h
index 0e85713f56df..2926f1f00d65 100644
--- a/include/net/bpf_sk_storage.h
+++ b/include/net/bpf_sk_storage.h
@@ -27,7 +27,6 @@  struct bpf_local_storage_elem;
 struct bpf_sk_storage_diag;
 struct sk_buff;
 struct nlattr;
-struct sock;
 
 #ifdef CONFIG_BPF_SYSCALL
 int bpf_sk_storage_clone(const struct sock *sk, struct sock *newsk);