mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 12:11:40 +00:00
crypto: 842 - remove .cra_list initialization
.cra_list initialization is unneeded and have been removed from all other crypto modules except 842. Cc: Robert Jennings <rcj@linux.vnet.ibm.com> Signed-off-by: Jussi Kivilinna <jussi.kivilinna@mbnet.fi> Acked-by: Seth Jennings <sjenning@linux.vnet.ibm.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
312639bb1b
commit
c2b3711d11
@ -157,7 +157,6 @@ static struct crypto_alg alg = {
|
|||||||
.cra_flags = CRYPTO_ALG_TYPE_COMPRESS,
|
.cra_flags = CRYPTO_ALG_TYPE_COMPRESS,
|
||||||
.cra_ctxsize = sizeof(struct nx842_ctx),
|
.cra_ctxsize = sizeof(struct nx842_ctx),
|
||||||
.cra_module = THIS_MODULE,
|
.cra_module = THIS_MODULE,
|
||||||
.cra_list = LIST_HEAD_INIT(alg.cra_list),
|
|
||||||
.cra_init = nx842_init,
|
.cra_init = nx842_init,
|
||||||
.cra_exit = nx842_exit,
|
.cra_exit = nx842_exit,
|
||||||
.cra_u = { .compress = {
|
.cra_u = { .compress = {
|
||||||
|
Loading…
Reference in New Issue
Block a user