diff options
author | Eric Biggers <ebiggers@google.com> | 2018-10-05 20:13:06 +0300 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2018-10-08 08:47:02 +0300 |
commit | e0db9c48f1ad4398cd9ecb91191ff5e9f877df61 (patch) | |
tree | d8e640f1e377a52f1488d370cfcbbb420d108629 /arch/Kconfig | |
parent | 7ff9036a62053995ff4bc7048dc176bdf9135d96 (diff) | |
download | linux-e0db9c48f1ad4398cd9ecb91191ff5e9f877df61.tar.xz |
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>
Diffstat (limited to 'arch/Kconfig')
0 files changed, 0 insertions, 0 deletions