OSDN Git Service

crypto: api - Remove no-op exit_ops code
authorEric Biggers <ebiggers@google.com>
Fri, 7 Oct 2016 21:13:35 +0000 (14:13 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 21 Oct 2016 03:03:42 +0000 (11:03 +0800)
commit9c8ae17bbf416d837b81be7820d6d210d8353262
treea2f6f0cafef439cd9242cfc92b877669aefdcfa8
parentafb5a0a947f68dd5a5829db6c975063a0acc07d1
crypto: api - Remove no-op exit_ops code

crypto_exit_cipher_ops() and crypto_exit_compress_ops() are no-ops and
have been for a long time, so remove them.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/api.c
crypto/cipher.c
crypto/compress.c
crypto/internal.h