diff options
author | Cong Wang <cong.wang@bytedance.com> | 2021-02-23 21:49:34 +0300 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2021-02-26 23:28:04 +0300 |
commit | ff9614b81be65d648ec4615b593c6e4b2dac6375 (patch) | |
tree | dbd64c5a1b8bd7fe227462e6bd67f0781b19870b /include/linux/skmsg.h | |
parent | 533342322276b06b4db260c413ce907238851e9b (diff) | |
download | linux-ff9614b81be65d648ec4615b593c6e4b2dac6375.tar.xz |
skmsg: Remove unused sk_psock_stop() declaration
It is not defined or used anywhere.
Signed-off-by: Cong Wang <cong.wang@bytedance.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Jakub Sitnicki <jakub@cloudflare.com>
Link: https://lore.kernel.org/bpf/20210223184934.6054-10-xiyou.wangcong@gmail.com
Diffstat (limited to 'include/linux/skmsg.h')
-rw-r--r-- | include/linux/skmsg.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/skmsg.h b/include/linux/skmsg.h index 676d48e08159..6c09d94be2e9 100644 --- a/include/linux/skmsg.h +++ b/include/linux/skmsg.h @@ -400,7 +400,6 @@ static inline struct sk_psock *sk_psock_get(struct sock *sk) return psock; } -void sk_psock_stop(struct sock *sk, struct sk_psock *psock); void sk_psock_drop(struct sock *sk, struct sk_psock *psock); static inline void sk_psock_put(struct sock *sk, struct sk_psock *psock) |