Skip to content

Commit c6ded03

Browse files
wb-zjp846396herbertx
authored andcommitted
crypto: dh - Remove the unused function dh_safe_prime_dh_alg()
Fix the following W=1 kernel warnings: crypto/dh.c:311:31: warning: unused function 'dh_safe_prime_dh_alg' [-Wunused-function] Reported-by: Abaci Robot <abaci@linux.alibaba.com> Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
1 parent 7f0f1f3 commit c6ded03

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

crypto/dh.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -308,12 +308,6 @@ static inline struct dh_safe_prime_instance_ctx *dh_safe_prime_instance_ctx(
308308
return kpp_instance_ctx(kpp_alg_instance(tfm));
309309
}
310310

311-
static inline struct kpp_alg *dh_safe_prime_dh_alg(
312-
struct dh_safe_prime_tfm_ctx *ctx)
313-
{
314-
return crypto_kpp_alg(ctx->dh_tfm);
315-
}
316-
317311
static int dh_safe_prime_init_tfm(struct crypto_kpp *tfm)
318312
{
319313
struct dh_safe_prime_instance_ctx *inst_ctx =

0 commit comments

Comments
 (0)