crypto: x86/blowfish - Eliminate use of SYM_TYPED_FUNC_START in asm
authorPeter Lafreniere <peter@n8pjl.ca>
Tue, 31 Jan 2023 01:28:40 +0000 (20:28 -0500)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 10 Feb 2023 09:20:19 +0000 (17:20 +0800)
commitc9adc75d320c72247ea77b2bf255f1c3c1ca3d6e
tree25502f13932907e8b8fce56f32442e0ff268808f
parentbc3f42acc4eefc5e7e300596f0836e0d9ad9f4a8
crypto: x86/blowfish - Eliminate use of SYM_TYPED_FUNC_START in asm

Now that we use the ECB/CBC macros, none of the asm functions in
blowfish-x86_64 are called indirectly. So we can safely use
SYM_FUNC_START instead of SYM_TYPED_FUNC_START with no effect, allowing
us to remove an include.

Signed-off-by: Peter Lafreniere <peter@n8pjl.ca>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/x86/crypto/blowfish-x86_64-asm_64.S