Skip to content

Commit

Permalink
crypto: 842 - remove .cra_list initialization
Browse files Browse the repository at this point in the history
.cra_list initialization is unneeded and have been removed from all other
crypto modules except 842.

Cc: Robert Jennings <[email protected]>
Signed-off-by: Jussi Kivilinna <[email protected]>
Acked-by: Seth Jennings <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
jkivilin authored and herbertx committed Sep 6, 2012
1 parent 312639b commit c2b3711
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crypto/842.c
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ static struct crypto_alg alg = {
.cra_flags = CRYPTO_ALG_TYPE_COMPRESS,
.cra_ctxsize = sizeof(struct nx842_ctx),
.cra_module = THIS_MODULE,
.cra_list = LIST_HEAD_INIT(alg.cra_list),
.cra_init = nx842_init,
.cra_exit = nx842_exit,
.cra_u = { .compress = {
Expand Down

0 comments on commit c2b3711

Please sign in to comment.