X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=crypto%2Fcompress.c;h=1ee357085d3a40bfdd8e3013e7fc7b501eb32948;hb=c2a7dcad9f0d92d7a96e735abb8bec7b9c621536;hp=eca182aa33808dd1e54964ff838a91287d2081ea;hpb=b20e481ab595e9667c33e2393bdfe9a31870d11f;p=linux-2.6 diff --git a/crypto/compress.c b/crypto/compress.c index eca182aa33..1ee357085d 100644 --- a/crypto/compress.c +++ b/crypto/compress.c @@ -14,7 +14,6 @@ #include #include #include -#include #include #include "internal.h" @@ -34,11 +33,6 @@ static int crypto_decompress(struct crypto_tfm *tfm, dlen); } -int crypto_init_compress_flags(struct crypto_tfm *tfm, u32 flags) -{ - return flags ? -EINVAL : 0; -} - int crypto_init_compress_ops(struct crypto_tfm *tfm) { struct compress_tfm *ops = &tfm->crt_compress;