X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=crypto%2Fcompress.c;h=1ee357085d3a40bfdd8e3013e7fc7b501eb32948;hb=08ec3c2d45bac41c782acb4e3331ac5881b2c68a;hp=eca182aa33808dd1e54964ff838a91287d2081ea;hpb=ba262e4a4d4c23b5e6c15dbb3a99696b562e8035;p=linux-2.6-omap-h63xx.git diff --git a/crypto/compress.c b/crypto/compress.c index eca182aa338..1ee357085d3 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;