hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/crypto/842.c
....@@ -1,15 +1,6 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Cryptographic API for the 842 software compression algorithm.
3
- *
4
- * This program is free software; you can redistribute it and/or modify
5
- * it under the terms of the GNU General Public License as published by
6
- * the Free Software Foundation; either version 2 of the License, or
7
- * (at your option) any later version.
8
- *
9
- * This program is distributed in the hope that it will be useful,
10
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
- * GNU General Public License for more details.
134 *
145 * Copyright (C) IBM Corporation, 2011-2015
156 *
....@@ -144,7 +135,7 @@
144135
145136 return ret;
146137 }
147
-module_init(crypto842_mod_init);
138
+subsys_initcall(crypto842_mod_init);
148139
149140 static void __exit crypto842_mod_exit(void)
150141 {