|
@@ -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 = {
|