Commit f716045f authored by Yue Haibing's avatar Yue Haibing Committed by Herbert Xu
Browse files

crypto: crypto4xx - Remove unused declaration crypto4xx_free_ctx()



This function is never implemented and used since introduction in
commit 049359d6 ("crypto: amcc - Add crypt4xx driver").

Signed-off-by: default avatarYue Haibing <yuehaibing@huawei.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 652e01be
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -149,7 +149,6 @@ struct crypto4xx_alg {

int crypto4xx_alloc_sa(struct crypto4xx_ctx *ctx, u32 size);
void crypto4xx_free_sa(struct crypto4xx_ctx *ctx);
void crypto4xx_free_ctx(struct crypto4xx_ctx *ctx);
int crypto4xx_build_pd(struct crypto_async_request *req,
		       struct crypto4xx_ctx *ctx,
		       struct scatterlist *src,