crypto: algif_rng - fix sparse non static symbol warning
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Wed, 14 Jan 2015 01:14:41 +0000 (09:14 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 14 Jan 2015 10:57:57 +0000 (21:57 +1100)
commit598de3695201cc9f722b6e82c0097438d30fd54e
treefbc5e8e60ff45175ed9566dadd6c7b4d93097303
parent48eb3691e8beab349e3a700d45f070be8d4b88ba
crypto: algif_rng - fix sparse non static symbol warning

Fixes the following sparse warnings:

crypto/algif_rng.c:185:13: warning:
 symbol 'rng_exit' was not declared. Should it be static?

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Acked-by: Stephan Mueller <smueller@chronox.de>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/algif_rng.c