Re: [PATCH -next] crypto: mxs - Fix sparse non static symbol warning

2014-01-14 Thread Herbert Xu
On Thu, Jan 09, 2014 at 03:43:01PM +0100, Marek Vasut wrote: On Wednesday, January 08, 2014 at 02:48:56 PM, Wei Yongjun wrote: From: Wei Yongjun yongjun_...@trendmicro.com.cn Fixes the following sparse warning: drivers/crypto/mxs-dcp.c:103:1: warning: symbol 'global_mutex' was not

Re: [PATCH -next] crypto: mxs - Fix sparse non static symbol warning

2014-01-09 Thread Marek Vasut
On Wednesday, January 08, 2014 at 02:48:56 PM, Wei Yongjun wrote: From: Wei Yongjun yongjun_...@trendmicro.com.cn Fixes the following sparse warning: drivers/crypto/mxs-dcp.c:103:1: warning: symbol 'global_mutex' was not declared. Should it be static? Signed-off-by: Wei Yongjun

[PATCH -next] crypto: mxs - Fix sparse non static symbol warning

2014-01-08 Thread Wei Yongjun
From: Wei Yongjun yongjun_...@trendmicro.com.cn Fixes the following sparse warning: drivers/crypto/mxs-dcp.c:103:1: warning: symbol 'global_mutex' was not declared. Should it be static? Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn --- drivers/crypto/mxs-dcp.c | 2 +- 1 file