hc
2024-05-11 297b60346df8beafee954a0fd7c2d64f33f3b9bc
kernel/arch/sparc/crypto/sha512_glue.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /* Glue code for SHA512 hashing optimized for sparc64 crypto opcodes.
23 *
34 * This is based largely upon crypto/sha512_generic.c
....@@ -13,7 +14,6 @@
1314 #include <linux/init.h>
1415 #include <linux/module.h>
1516 #include <linux/mm.h>
16
-#include <linux/cryptohash.h>
1717 #include <linux/types.h>
1818 #include <crypto/sha.h>
1919