X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=crypto%2Fcompress.c;h=c33f0763a956a2a99302963cdeebd67e64fe8c4d;hb=4d18de944954b973fede3259d206022f90549269;hp=0a6570048c1efb6ffaf6199662e4e33ee7ae9010;hpb=81450b73dde07f473a4a7208b209b4c8b7251d90;p=pandora-kernel.git diff --git a/crypto/compress.c b/crypto/compress.c index 0a6570048c1e..c33f0763a956 100644 --- a/crypto/compress.c +++ b/crypto/compress.c @@ -7,14 +7,13 @@ * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free - * Software Foundation; either version 2 of the License, or (at your option) + * Software Foundation; either version 2 of the License, or (at your option) * any later version. * */ #include #include #include -#include #include #include "internal.h" @@ -40,7 +39,7 @@ int crypto_init_compress_ops(struct crypto_tfm *tfm) ops->cot_compress = crypto_compress; ops->cot_decompress = crypto_decompress; - + return 0; }