diff options
Diffstat (limited to 'crypto/gcm.c')
-rw-r--r-- | crypto/gcm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/gcm.c b/crypto/gcm.c index e1a11f529d25..ff498411b43f 100644 --- a/crypto/gcm.c +++ b/crypto/gcm.c | |||
@@ -1258,7 +1258,7 @@ static void __exit crypto_gcm_module_exit(void) | |||
1258 | ARRAY_SIZE(crypto_gcm_tmpls)); | 1258 | ARRAY_SIZE(crypto_gcm_tmpls)); |
1259 | } | 1259 | } |
1260 | 1260 | ||
1261 | module_init(crypto_gcm_module_init); | 1261 | subsys_initcall(crypto_gcm_module_init); |
1262 | module_exit(crypto_gcm_module_exit); | 1262 | module_exit(crypto_gcm_module_exit); |
1263 | 1263 | ||
1264 | MODULE_LICENSE("GPL"); | 1264 | MODULE_LICENSE("GPL"); |