Commit 1f6e97f6 authored by Fengguang Wu's avatar Fengguang Wu Committed by Herbert Xu

crypto: mcryptd - mcryptd_flist can be static

CC: Tim Chen <tim.c.chen@linux.intel.com>
CC: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: default avatarFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 84693d87
...@@ -38,7 +38,7 @@ struct mcryptd_flush_list { ...@@ -38,7 +38,7 @@ struct mcryptd_flush_list {
struct mutex lock; struct mutex lock;
}; };
struct mcryptd_flush_list __percpu *mcryptd_flist; static struct mcryptd_flush_list __percpu *mcryptd_flist;
struct hashd_instance_ctx { struct hashd_instance_ctx {
struct crypto_shash_spawn spawn; struct crypto_shash_spawn spawn;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment