hc
2024-05-10 748e4f3d702def1a4bff191e0cf93b6a05340f01
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