summaryrefslogtreecommitdiffstats
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)
74 crypto_proc_fips_exit(); 74 crypto_proc_fips_exit();
75} 75}
76 76
77module_init(fips_init); 77subsys_initcall(fips_init);
78module_exit(fips_exit); 78module_exit(fips_exit);