crypto: arm/sha1 - Fix clang function cast warnings
authorHerbert Xu <herbert@gondor.apana.org.au>
Tue, 13 Dec 2022 10:43:30 +0000 (18:43 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 30 Dec 2022 14:56:27 +0000 (22:56 +0800)
commitb517b0fbfec836391427649b207735afb698fcf3
tree2d56816415352938575eea36fbf61ae85721778c
parent4838c5195af75373104d1e2895810c1f95c00ec4
crypto: arm/sha1 - Fix clang function cast warnings

Instead of casting the function which upsets clang for some reason,
change the assembly function siganture instead.

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/arm/crypto/sha1_glue.c