X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=crypto%2Fpcompress.c;h=f7c4a7d7412ee69600ddd018a3099e9e8bb51e69;hb=abfe903980161b11f3594e3dcbab8b5c5a67168b;hp=bcadc03726b7eb2d12ac71b251da31e4e38651bf;hpb=4c0bccbe66ffe34f7bc88d29c345f9a7888656eb;p=~andy%2Flinux diff --git a/crypto/pcompress.c b/crypto/pcompress.c index bcadc03726b..f7c4a7d7412 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; }