hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/crypto/poly1305_generic.c
....@@ -139,7 +139,7 @@
139139 crypto_unregister_shash(&poly1305_alg);
140140 }
141141
142
-module_init(poly1305_mod_init);
142
+subsys_initcall(poly1305_mod_init);
143143 module_exit(poly1305_mod_exit);
144144
145145 MODULE_LICENSE("GPL");