Re: [PATCH -next] PKCS#7: fix sparse non static symbol warning
From: David Howells <dhowells@redhat.com> Date: 2014-07-28 13:58:08
weiyj_lk@163.com wrote:
From: Wei Yongjun <redacted>
Fixes the following sparse warnings:
crypto/asymmetric_keys/pkcs7_key_type.c:73:17: warning:
symbol 'key_type_pkcs7' was not declared. Should it be static?
Signed-off-by: Wei Yongjun <redacted>