]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - crypto/nhpoly1305.c
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
[mirror_ubuntu-jammy-kernel.git] / crypto / nhpoly1305.c
index ec831a5594d8fe46266d00de594fbbf66ea058f6..9ab4e07cde4dca604f101273198f12c2b24a77f8 100644 (file)
@@ -244,7 +244,7 @@ static void __exit nhpoly1305_mod_exit(void)
        crypto_unregister_shash(&nhpoly1305_alg);
 }
 
-module_init(nhpoly1305_mod_init);
+subsys_initcall(nhpoly1305_mod_init);
 module_exit(nhpoly1305_mod_exit);
 
 MODULE_DESCRIPTION("NHPoly1305 ε-almost-∆-universal hash function");