From 102a0743326a03cd1a1202ceda21e175b7d3575c Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Tue, 20 Feb 2024 01:20:52 +0000
Subject: [PATCH] add new system file

---
 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