hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
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");