X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=crypto%2Fpcompress.c;h=bcadc03726b7eb2d12ac71b251da31e4e38651bf;hb=6512c0d62589c9f4da00328518e492ddd1c01c7f;hp=ca9a4af91efe60f2cc5a17751651900be1c334b5;hpb=ca1ee219c070eab755712d50638bbcd1f8630fc1;p=pandora-kernel.git diff --git a/crypto/pcompress.c b/crypto/pcompress.c index ca9a4af91efe..f7c4a7d7412e 100644 --- a/crypto/pcompress.c +++ b/crypto/pcompress.c @@ -26,6 +26,7 @@ #include #include +#include #include "internal.h" @@ -35,14 +36,12 @@ static int crypto_pcomp_init(struct crypto_tfm *tfm, u32 type, u32 mask) return 0; } -static unsigned int crypto_pcomp_extsize(struct crypto_alg *alg, - const struct crypto_type *frontend) +static unsigned int crypto_pcomp_extsize(struct crypto_alg *alg) { return alg->cra_ctxsize; } -static int crypto_pcomp_init_tfm(struct crypto_tfm *tfm, - const struct crypto_type *frontend) +static int crypto_pcomp_init_tfm(struct crypto_tfm *tfm) { return 0; }