diff options
author | 2019-10-21 15:41:02 +0800 | |
---|---|---|
committer | 2019-10-26 02:09:59 +1100 | |
commit | 719181f39a1045674b04256f54492f7fd97deddb (patch) | |
tree | d3be2451d23a90f919b9589dd794eef0034780b9 /drivers/crypto/ccp/ccp-dev.c | |
parent | crypto: hisilicon - Fix using plain integer as NULL pointer (diff) | |
download | linux-dev-719181f39a1045674b04256f54492f7fd97deddb.tar.xz linux-dev-719181f39a1045674b04256f54492f7fd97deddb.zip |
crypto: hisilicon - fix param should be static when not external.
This patch fixes following sparse warning:
zip_main.c:87:1: warning: symbol 'hisi_zip_list' was not declared.
Should it be static?
zip_main.c:88:1: warning: symbol 'hisi_zip_list_lock' was not declared.
Should it be static?
zip_main.c:948:68: warning: Using plain integer as NULL pointer
Signed-off-by: Shukun Tan <tanshukun1@huawei.com>
Signed-off-by: Zhou Wang <wangzhou1@hisilicon.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/ccp/ccp-dev.c')
0 files changed, 0 insertions, 0 deletions