X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=crypto%2Fcompress.c;h=0a6570048c1efb6ffaf6199662e4e33ee7ae9010;hb=803dedb60849a8e4ec38e66ca41f51188c18a87d;hp=eca182aa33808dd1e54964ff838a91287d2081ea;hpb=a4b47ab9464a8200528fad3101668abdd7379cf9;p=linux-2.6 diff --git a/crypto/compress.c b/crypto/compress.c index eca182aa33..0a6570048c 100644 --- a/crypto/compress.c +++ b/crypto/compress.c @@ -34,11 +34,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;