Skip to content

Commit

Permalink
crypto: mcryptd - mcryptd_flist can be static
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Fengguang Wu authored and herbertx committed Aug 26, 2014
1 parent 84693d8 commit 1f6e97f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/mcryptd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1f6e97f

Please sign in to comment.