Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/linux...
[cascardo/linux.git] / arch / x86 / crypto / aes_glue.c
index 59b37de..aafe8ce 100644 (file)
@@ -40,7 +40,6 @@ static struct crypto_alg aes_alg = {
        .cra_blocksize          = AES_BLOCK_SIZE,
        .cra_ctxsize            = sizeof(struct crypto_aes_ctx),
        .cra_module             = THIS_MODULE,
-       .cra_list               = LIST_HEAD_INIT(aes_alg.cra_list),
        .cra_u  = {
                .cipher = {
                        .cia_min_keysize        = AES_MIN_KEY_SIZE,