]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
crypto: mcryptd - mcryptd_flist can be static
authorFengguang Wu <fengguang.wu@intel.com>
Tue, 26 Aug 2014 06:40:39 +0000 (14:40 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 26 Aug 2014 06:40:39 +0000 (14:40 +0800)
CC: Tim Chen <tim.c.chen@linux.intel.com>
CC: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
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;