]> git.baikalelectronics.ru Git - 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)
commit1bddaa62edc3879d9d65fbe3d023298618162856
treed8e640f1e377a52f1488d370cfcbbb420d108629
parentf70e1b154b672428cee990acbf7f5575004dd9f7
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: ca2795ea44ba ("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