hc
2024-05-10 748e4f3d702def1a4bff191e0cf93b6a05340f01
kernel/arch/sparc/crypto/sha1_glue.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /* Glue code for SHA1 hashing optimized for sparc64 crypto opcodes.
23 *
34 * This is based largely upon arch/x86/crypto/sha1_ssse3_glue.c
....@@ -14,7 +15,6 @@
1415 #include <linux/init.h>
1516 #include <linux/module.h>
1617 #include <linux/mm.h>
17
-#include <linux/cryptohash.h>
1818 #include <linux/types.h>
1919 #include <crypto/sha.h>
2020