hc
2024-05-11 297b60346df8beafee954a0fd7c2d64f33f3b9bc
kernel/arch/sparc/crypto/md5_glue.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /* Glue code for MD5 hashing optimized for sparc64 crypto opcodes.
23 *
34 * This is based largely upon arch/x86/crypto/sha1_ssse3_glue.c
....@@ -17,7 +18,6 @@
1718 #include <linux/init.h>
1819 #include <linux/module.h>
1920 #include <linux/mm.h>
20
-#include <linux/cryptohash.h>
2121 #include <linux/types.h>
2222 #include <crypto/md5.h>
2323