crypto: cavium - Make some functions static
authorYueHaibing <yuehaibing@huawei.com>
Tue, 19 Mar 2019 13:43:48 +0000 (21:43 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 28 Mar 2019 05:55:33 +0000 (13:55 +0800)
commitcd1af982338def24744eb82ab3ec59169ad98dea
treeb1db8800a4bcebb0e0f206a57a04c7ba79ce298e
parent6469a3c96585e274c77e7eba2f4ad3b1bc69cf05
crypto: cavium - Make some functions static

Fix sparse warnings:

drivers/crypto/cavium/cpt/cptvf_reqmanager.c:226:5: warning: symbol 'send_cpt_command' was not declared. Should it be static?
drivers/crypto/cavium/cpt/cptvf_reqmanager.c:273:6: warning: symbol 'do_request_cleanup' was not declared. Should it be static?
drivers/crypto/cavium/cpt/cptvf_reqmanager.c:319:6: warning: symbol 'do_post_process' 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/cpt/cptvf_reqmanager.c