X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=crypto%2Fpcompress.c;h=f7c4a7d7412ee69600ddd018a3099e9e8bb51e69;hb=c9d6329c35869ebf2ff88a5831e8073d3365e8bd;hp=bcadc03726b7eb2d12ac71b251da31e4e38651bf;hpb=4c0bccbe66ffe34f7bc88d29c345f9a7888656eb;p=deliverable%2Flinux.git diff --git a/crypto/pcompress.c b/crypto/pcompress.c index bcadc03726b7..f7c4a7d7412e 100644 --- a/crypto/pcompress.c +++ b/crypto/pcompress.c @@ -36,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; }