summaryrefslogtreecommitdiff
path: root/crypto/fips.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/fips.c')
-rw-r--r--crypto/fips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/fips.c b/crypto/fips.c
index 9d627c1cf8bc..9dfed122d6da 100644
--- a/crypto/fips.c
+++ b/crypto/fips.c
@@ -74,5 +74,5 @@ static void __exit fips_exit(void)
crypto_proc_fips_exit();
}
-module_init(fips_init);
+subsys_initcall(fips_init);
module_exit(fips_exit);