diff options
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/mcryptd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/mcryptd.c b/crypto/mcryptd.c index dbc20d1f9381..b39fbd530102 100644 --- a/crypto/mcryptd.c +++ b/crypto/mcryptd.c | |||
@@ -38,7 +38,7 @@ struct mcryptd_flush_list { | |||
38 | struct mutex lock; | 38 | struct mutex lock; |
39 | }; | 39 | }; |
40 | 40 | ||
41 | struct mcryptd_flush_list __percpu *mcryptd_flist; | 41 | static struct mcryptd_flush_list __percpu *mcryptd_flist; |
42 | 42 | ||
43 | struct hashd_instance_ctx { | 43 | struct hashd_instance_ctx { |
44 | struct crypto_shash_spawn spawn; | 44 | struct crypto_shash_spawn spawn; |