diff options
Diffstat (limited to 'crypto/ghash-generic.c')
-rw-r--r-- | crypto/ghash-generic.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/ghash-generic.c b/crypto/ghash-generic.c index 7835b8fc94db..9d3f0c69a86f 100644 --- a/crypto/ghash-generic.c +++ b/crypto/ghash-generic.c | |||
@@ -153,7 +153,6 @@ static struct shash_alg ghash_alg = { | |||
153 | .cra_blocksize = GHASH_BLOCK_SIZE, | 153 | .cra_blocksize = GHASH_BLOCK_SIZE, |
154 | .cra_ctxsize = sizeof(struct ghash_ctx), | 154 | .cra_ctxsize = sizeof(struct ghash_ctx), |
155 | .cra_module = THIS_MODULE, | 155 | .cra_module = THIS_MODULE, |
156 | .cra_list = LIST_HEAD_INIT(ghash_alg.base.cra_list), | ||
157 | .cra_exit = ghash_exit_tfm, | 156 | .cra_exit = ghash_exit_tfm, |
158 | }, | 157 | }, |
159 | }; | 158 | }; |