kernel/arch/sparc/crypto/md5_glue.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* Glue code for MD5 hashing optimized for sparc64 crypto opcodes. 2 3 * 3 4 * This is based largely upon arch/x86/crypto/sha1_ssse3_glue.c .. .. @@ -17,7 +18,6 @@ 17 18 #include <linux/init.h> 18 19 #include <linux/module.h> 19 20 #include <linux/mm.h> 20 -#include <linux/cryptohash.h>21 21 #include <linux/types.h> 22 22 #include <crypto/md5.h> 23 23