commit | e44e77ab8bbf03ae164090ca7b8cc0fb8970dae9 | [log] [tgz] |
---|---|---|
author | YueHaibing <yuehaibing@huawei.com> | Thu Mar 21 23:11:48 2019 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Mar 28 13:55:34 2019 +0800 |
tree | d1a706a2d274629f83599509ccbccf3e1d6acce9 | |
parent | d99324c22643f5ecbbf7849a1c660db569c268a7 [diff] |
crypto: vmx - Make p8_init and p8_exit static Fix sparse warnings: drivers/crypto/vmx/vmx.c:44:12: warning: symbol 'p8_init' was not declared. Should it be static? drivers/crypto/vmx/vmx.c:70:13: warning: symbol 'p8_exit' was not declared. Should it be static? Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>