1
0

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>
Este cometimento está contido em:
Eric Biggers
2016-10-07 14:13:35 -07:00
cometido por Herbert Xu
ascendente afb5a0a947
cometimento 9c8ae17bbf
4 ficheiros modificados com 2 adições e 29 eliminações

Ver ficheiro

@@ -42,7 +42,3 @@ int crypto_init_compress_ops(struct crypto_tfm *tfm)
return 0;
}
void crypto_exit_compress_ops(struct crypto_tfm *tfm)
{
}