diff options
Diffstat (limited to 'crypto/compress.c')
-rw-r--r-- | crypto/compress.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto/compress.c b/crypto/compress.c index c33f0763a956..f2d522924a07 100644 --- a/crypto/compress.c +++ b/crypto/compress.c @@ -42,7 +42,3 @@ int crypto_init_compress_ops(struct crypto_tfm *tfm) return 0; } - -void crypto_exit_compress_ops(struct crypto_tfm *tfm) -{ -} |