diff options
Diffstat (limited to 'crypto/fips.c')
-rw-r--r-- | crypto/fips.c | 2 |
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 | ||
77 | module_init(fips_init); | 77 | subsys_initcall(fips_init); |
78 | module_exit(fips_exit); | 78 | module_exit(fips_exit); |