crypto: ccree - Make cc_sec_disable static
Fix sparse warning: drivers/crypto/ccree/cc_driver.c:37:6: warning: symbol 'cc_sec_disable' was not declared. Should it be static? Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
22e2db68e8
commit
181a909671
|
@ -34,7 +34,7 @@ bool cc_dump_bytes;
|
|||
module_param_named(dump_bytes, cc_dump_bytes, bool, 0600);
|
||||
MODULE_PARM_DESC(cc_dump_bytes, "Dump buffers to kernel log as debugging aid");
|
||||
|
||||
bool cc_sec_disable;
|
||||
static bool cc_sec_disable;
|
||||
module_param_named(sec_disable, cc_sec_disable, bool, 0600);
|
||||
MODULE_PARM_DESC(cc_sec_disable, "Disable security functions");
|
||||
|
||||
|
|
Loading…
Reference in New Issue