summaryrefslogtreecommitdiff
path: root/arch/x86/crypto/salsa20_glue.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/crypto/salsa20_glue.c')
-rw-r--r--arch/x86/crypto/salsa20_glue.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/crypto/salsa20_glue.c b/arch/x86/crypto/salsa20_glue.c
index bccb76d80987..a3a3c0205c16 100644
--- a/arch/x86/crypto/salsa20_glue.c
+++ b/arch/x86/crypto/salsa20_glue.c
@@ -97,7 +97,6 @@ static struct crypto_alg alg = {
.cra_ctxsize = sizeof(struct salsa20_ctx),
.cra_alignmask = 3,
.cra_module = THIS_MODULE,
- .cra_list = LIST_HEAD_INIT(alg.cra_list),
.cra_u = {
.blkcipher = {
.setkey = setkey,