hwrng: cctrng - Make some symbols static
authorZou Wei <zou_wei@huawei.com>
Thu, 23 Apr 2020 12:21:21 +0000 (20:21 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 30 Apr 2020 05:19:34 +0000 (15:19 +1000)
commit43f3c2b4dde331d380e4f575d3e5798f27867b3e
tree6d7e3737c62d5ddff1d177879a586f501ac573ca
parentd0f6223c0dc5196ef684657f6b77d4fa5fca2020
hwrng: cctrng - Make some symbols static

Fix the following sparse warnings:

drivers/char/hw_random/cctrng.c:316:6: warning: symbol
'cc_trng_compwork_handler' was not declared. Should it be static?
drivers/char/hw_random/cctrng.c:451:6: warning: symbol
'cc_trng_startwork_handler' was not declared. Should it be static?

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Zou Wei <zou_wei@huawei.com>
Acked-by: Hadar Gat <hadar.gat@arm.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/char/hw_random/cctrng.c