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