aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'crypto')
-rw-r--r--crypto/algif_rng.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/algif_rng.c b/crypto/algif_rng.c
index 91c06f5673dd..67f612cfed97 100644
--- a/crypto/algif_rng.c
+++ b/crypto/algif_rng.c
@@ -182,7 +182,7 @@ static int __init rng_init(void)
182 return af_alg_register_type(&algif_type_rng); 182 return af_alg_register_type(&algif_type_rng);
183} 183}
184 184
185void __exit rng_exit(void) 185static void __exit rng_exit(void)
186{ 186{
187 int err = af_alg_unregister_type(&algif_type_rng); 187 int err = af_alg_unregister_type(&algif_type_rng);
188 BUG_ON(err); 188 BUG_ON(err);