]> asedeno.scripts.mit.edu Git - linux.git/commit
crypto: zip - Make some functions static
authorYueHaibing <yuehaibing@huawei.com>
Tue, 19 Mar 2019 13:55:07 +0000 (21:55 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 28 Mar 2019 05:55:34 +0000 (13:55 +0800)
commit8355003c502e6fa66b52c7a5b2cf8f53dfa484b5
tree1984d00af8113803ea7773b03817c54b2c3a1da7
parent52c899ec472e88e33c31c33bea844217c0963a05
crypto: zip - Make some functions static

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>
drivers/crypto/cavium/zip/zip_crypto.c