]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
crypto: x86/aes-ni - fix build error following fpu template removal
authorEric Biggers <ebiggers@google.com>
Fri, 5 Oct 2018 17:13:06 +0000 (10:13 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 8 Oct 2018 05:47:02 +0000 (13:47 +0800)
commite0db9c48f1ad4398cd9ecb91191ff5e9f877df61
treed8e640f1e377a52f1488d370cfcbbb420d108629
parent7ff9036a62053995ff4bc7048dc176bdf9135d96
crypto: x86/aes-ni - fix build error following fpu template removal

aesni-intel_glue.c still calls crypto_fpu_init() and crypto_fpu_exit()
to register/unregister the "fpu" template.  But these functions don't
exist anymore, causing a build error.  Remove the calls to them.

Fixes: 944585a64f5e ("crypto: x86/aes-ni - remove special handling of AES in PCBC mode")
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/x86/crypto/aesni-intel_glue.c