forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
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