]> Pileus Git - ~andy/linux/blobdiff - crypto/deflate.c
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
[~andy/linux] / crypto / deflate.c
index b0165ecad0c5c4a407d76a24b2753bed2b77cf87..b57d70eb156b8c424b87d217c59f4700a0d3edca 100644 (file)
@@ -199,7 +199,6 @@ static struct crypto_alg alg = {
        .cra_flags              = CRYPTO_ALG_TYPE_COMPRESS,
        .cra_ctxsize            = sizeof(struct deflate_ctx),
        .cra_module             = THIS_MODULE,
-       .cra_list               = LIST_HEAD_INIT(alg.cra_list),
        .cra_init               = deflate_init,
        .cra_exit               = deflate_exit,
        .cra_u                  = { .compress = {