diff options
Diffstat (limited to 'crypto/cmac.c')
| -rw-r--r-- | crypto/cmac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/cmac.c b/crypto/cmac.c index f297042a324beb..1b03964abe0079 100644 --- a/crypto/cmac.c +++ b/crypto/cmac.c @@ -251,7 +251,7 @@ static void __exit crypto_cmac_module_exit(void) crypto_unregister_template(&crypto_cmac_tmpl); } -subsys_initcall(crypto_cmac_module_init); +module_init(crypto_cmac_module_init); module_exit(crypto_cmac_module_exit); MODULE_LICENSE("GPL"); |
