]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
crypto: crypto4xx - Remove unused declaration crypto4xx_free_ctx()
authorYue Haibing <yuehaibing@huawei.com>
Tue, 20 Aug 2024 08:25:25 +0000 (16:25 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 30 Aug 2024 10:22:31 +0000 (18:22 +0800)
This function is never implemented and used since introduction in
commit 049359d65527 ("crypto: amcc - Add crypt4xx driver").

Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/amcc/crypto4xx_core.h

index 96355d463b04e653095db8a75af7a80601b153b5..3adcc5e65694214785f4f063f949cffb6d3a3293 100644 (file)
@@ -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,