crypto: mcryptd - mcryptd_flist can be static
[linux-drm-fsl-dcu.git] / crypto / mcryptd.c
index dbc20d1f93818fe38892f4db881689a05aa72ba6..b39fbd53010209e8776d7756244d5bd76aeb96e3 100644 (file)
@@ -38,7 +38,7 @@ struct mcryptd_flush_list {
        struct mutex lock;
 };
 
-struct mcryptd_flush_list __percpu *mcryptd_flist;
+static struct mcryptd_flush_list __percpu *mcryptd_flist;
 
 struct hashd_instance_ctx {
        struct crypto_shash_spawn spawn;