diff options
Diffstat (limited to 'crypto/cast6.c')
-rw-r--r-- | crypto/cast6.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/cast6.c b/crypto/cast6.c index e0c15a6c7c34..04264f574601 100644 --- a/crypto/cast6.c +++ b/crypto/cast6.c @@ -519,7 +519,6 @@ static struct crypto_alg alg = { .cra_ctxsize = sizeof(struct cast6_ctx), .cra_alignmask = 3, .cra_module = THIS_MODULE, - .cra_list = LIST_HEAD_INIT(alg.cra_list), .cra_u = { .cipher = { .cia_min_keysize = CAST6_MIN_KEY_SIZE, |