summaryrefslogtreecommitdiff
path: root/crypto/cipher.c
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2016-10-07 14:13:35 -0700
committerHerbert Xu <herbert@gondor.apana.org.au>2016-10-21 11:03:42 +0800
commit68b0f50b3534bdb9be58a943b51957d1570ba9dc (patch)
treef9f7d585fd4e8749d12975b5efc766359d4b56e8 /crypto/cipher.c
parent65e6155086ebfca9336b75a7692410e5cf6abd45 (diff)
downloadlinux-crypto-68b0f50b3534bdb9be58a943b51957d1570ba9dc.tar.gz
linux-crypto-68b0f50b3534bdb9be58a943b51957d1570ba9dc.zip
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>
Diffstat (limited to 'crypto/cipher.c')
-rw-r--r--crypto/cipher.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto/cipher.c b/crypto/cipher.c
index 39541e0e..94fa3551 100644
--- a/crypto/cipher.c
+++ b/crypto/cipher.c
@@ -116,7 +116,3 @@ int crypto_init_cipher_ops(struct crypto_tfm *tfm)
return 0;
}
-
-void crypto_exit_cipher_ops(struct crypto_tfm *tfm)
-{
-}