linux/drivers/crypto/hisilicon
Shukun Tan 719181f39a 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>
2019-10-26 02:09:59 +11:00
..
hpre crypto: hisilicon: Fix misuse of GENMASK macro 2019-10-23 19:47:00 +11:00
sec crypto: hisilicon - Matching the dma address for dma_pool_free() 2019-09-20 22:53:09 +10:00
zip crypto: hisilicon - fix param should be static when not external. 2019-10-26 02:09:59 +11:00
Kconfig crypto: hisilicon - select NEED_SG_DMA_LENGTH in qm Kconfig 2019-10-23 19:46:56 +11:00
Makefile crypto: hisilicon - add HiSilicon HPRE accelerator 2019-10-10 23:36:31 +11:00
qm.c crypto: hisilicon - tiny fix about QM/ZIP error callback print 2019-10-26 02:09:58 +11:00
qm.h crypto: hisilicon - add sgl_sge_nr module param for zip 2019-10-10 23:36:31 +11:00
sgl.c crypto: hisilicon - misc fix about sgl 2019-10-10 23:36:31 +11:00