kernel/crypto/poly1305_generic.c
.. .. @@ -139,7 +139,7 @@ 139 139 crypto_unregister_shash(&poly1305_alg); 140 140 } 141 141 142 -module_init(poly1305_mod_init);142 +subsys_initcall(poly1305_mod_init);143 143 module_exit(poly1305_mod_exit); 144 144 145 145 MODULE_LICENSE("GPL");