From 1f6e97f68b908a09c6ff74d4f1310e9ab8df0e64 Mon Sep 17 00:00:00 2001 From: Fengguang Wu Date: Tue, 26 Aug 2014 14:40:39 +0800 Subject: crypto: mcryptd - mcryptd_flist can be static CC: Tim Chen CC: Herbert Xu Signed-off-by: Fengguang Wu Signed-off-by: Herbert Xu --- crypto/mcryptd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto') 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 { 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; -- cgit v1.2.3