]> git.baikalelectronics.ru Git - kernel.git/commit
hwrng: cavium - make two functions static
authorColin Ian King <colin.king@canonical.com>
Mon, 26 Feb 2018 14:51:19 +0000 (14:51 +0000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 9 Mar 2018 14:45:34 +0000 (22:45 +0800)
commite5d22268292f072f75b1a96b062a28560c3c366f
tree3fa91c697e9c78a57aab024528f3e6f6498dfcbe
parent6174b810af1665aa3389fca2dcccba8905ff6b23
hwrng: cavium - make two functions static

Functions cavium_rng_remove and cavium_rng_remove_vf are local to the
source and do not need to be in global scope, so make them static.

Cleans up sparse warnings:
drivers/char/hw_random/cavium-rng-vf.c:80:7: warning: symbol
'cavium_rng_remove_vf' was not declared. Should it be static?
drivers/char/hw_random/cavium-rng.c:65:7: warning: symbol
'cavium_rng_remove' was not declared. Should it be static?

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/char/hw_random/cavium-rng-vf.c
drivers/char/hw_random/cavium-rng.c