]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit16b02d21c76416a2a91e40033338181000240c49
treeb1db8800a4bcebb0e0f206a57a04c7ba79ce298e
parentae38370e9413e41d7abb1b7ebee1e8ed5e676d34
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