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