From: Yue Haibing Date: Tue, 20 Aug 2024 08:25:25 +0000 (+0800) Subject: crypto: crypto4xx - Remove unused declaration crypto4xx_free_ctx() X-Git-Tag: v6.12-rc1~231^2~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f716045f24c2569448e1491857f638b8ffb6cafb;p=thirdparty%2Fkernel%2Flinux.git crypto: crypto4xx - Remove unused declaration crypto4xx_free_ctx() This function is never implemented and used since introduction in commit 049359d65527 ("crypto: amcc - Add crypt4xx driver"). Signed-off-by: Yue Haibing Signed-off-by: Herbert Xu --- diff --git a/drivers/crypto/amcc/crypto4xx_core.h b/drivers/crypto/amcc/crypto4xx_core.h index 96355d463b04e..3adcc5e656942 100644 --- a/drivers/crypto/amcc/crypto4xx_core.h +++ b/drivers/crypto/amcc/crypto4xx_core.h @@ -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,