diff options
Diffstat (limited to 'include/crypto')
-rw-r--r-- | include/crypto/if_alg.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/crypto/if_alg.h b/include/crypto/if_alg.h index 5c7b6c53e96f..178525e5f430 100644 --- a/include/crypto/if_alg.h +++ b/include/crypto/if_alg.h | |||
@@ -68,8 +68,7 @@ int af_alg_unregister_type(const struct af_alg_type *type); | |||
68 | int af_alg_release(struct socket *sock); | 68 | int af_alg_release(struct socket *sock); |
69 | int af_alg_accept(struct sock *sk, struct socket *newsock); | 69 | int af_alg_accept(struct sock *sk, struct socket *newsock); |
70 | 70 | ||
71 | int af_alg_make_sg(struct af_alg_sgl *sgl, void __user *addr, int len, | 71 | int af_alg_make_sg(struct af_alg_sgl *sgl, struct iov_iter *iter, int len); |
72 | int write); | ||
73 | void af_alg_free_sg(struct af_alg_sgl *sgl); | 72 | void af_alg_free_sg(struct af_alg_sgl *sgl); |
74 | 73 | ||
75 | int af_alg_cmsg_send(struct msghdr *msg, struct af_alg_control *con); | 74 | int af_alg_cmsg_send(struct msghdr *msg, struct af_alg_control *con); |