mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-23 15:09:36 +00:00
Fix following sparse warnings: drivers/crypto/cavium/zip/zip_crypto.c:72:5: warning: symbol 'zip_ctx_init' was not declared. Should it be static? drivers/crypto/cavium/zip/zip_crypto.c:110:6: warning: symbol 'zip_ctx_exit' was not declared. Should it be static? drivers/crypto/cavium/zip/zip_crypto.c:122:5: warning: symbol 'zip_compress' was not declared. Should it be static? drivers/crypto/cavium/zip/zip_crypto.c:158:5: warning: symbol 'zip_decompress' was not declared. Should it be static? Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> |
||
|---|---|---|
| .. | ||
| common.h | ||
| Makefile | ||
| zip_crypto.c | ||
| zip_crypto.h | ||
| zip_deflate.c | ||
| zip_deflate.h | ||
| zip_device.c | ||
| zip_device.h | ||
| zip_inflate.c | ||
| zip_inflate.h | ||
| zip_main.c | ||
| zip_main.h | ||
| zip_mem.c | ||
| zip_mem.h | ||
| zip_regs.h | ||