From 01573e231f18eb2d99162747186f59511f56b64d Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Fri, 08 Dec 2023 10:40:48 +0000
Subject: [PATCH] 移去rt

---
 kernel/crypto/nhpoly1305.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kernel/crypto/nhpoly1305.c b/kernel/crypto/nhpoly1305.c
index 52b94e9..8a3006c 100644
--- a/kernel/crypto/nhpoly1305.c
+++ b/kernel/crypto/nhpoly1305.c
@@ -245,7 +245,7 @@
 	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");

--
Gitblit v1.6.2