X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=crypto%2Fanubis.c;h=008c8a4fb67ca77de02bc1c0359b4ef77c2b452d;hb=a0f0dd57f4a85310d9936f1770a0424b49fef876;hp=77530d571c961daf18abc05bbc1e8adc4ea195fd;hpb=d9c5841e22231e4e49fd0a1004164e6fce59b7a6;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git diff --git a/crypto/anubis.c b/crypto/anubis.c index 77530d5..008c8a4 100644 --- a/crypto/anubis.c +++ b/crypto/anubis.c @@ -678,7 +678,6 @@ static struct crypto_alg anubis_alg = { .cra_ctxsize = sizeof (struct anubis_ctx), .cra_alignmask = 3, .cra_module = THIS_MODULE, - .cra_list = LIST_HEAD_INIT(anubis_alg.cra_list), .cra_u = { .cipher = { .cia_min_keysize = ANUBIS_MIN_KEY_SIZE, .cia_max_keysize = ANUBIS_MAX_KEY_SIZE,