From: Eric Biggers Date: Wed, 23 Dec 2020 08:09:58 +0000 (-0800) Subject: crypto: blake2s - include instead of X-Git-Tag: v4.19.249~189 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b10d4c850191f37f8269c6617a668f2bcc3e1980;p=thirdparty%2Fkernel%2Fstable.git crypto: blake2s - include instead of commit bbda6e0f1303953c855ee3669655a81b69fbe899 upstream. Address the following checkpatch warning: WARNING: Use #include instead of Signed-off-by: Eric Biggers Acked-by: Ard Biesheuvel Signed-off-by: Herbert Xu Signed-off-by: Jason A. Donenfeld Signed-off-by: Greg Kroah-Hartman --- diff --git a/include/crypto/blake2s.h b/include/crypto/blake2s.h index 00472cb95ead1..23eda9b3bc4df 100644 --- a/include/crypto/blake2s.h +++ b/include/crypto/blake2s.h @@ -6,12 +6,11 @@ #ifndef BLAKE2S_H #define BLAKE2S_H +#include #include #include #include -#include - enum blake2s_lengths { BLAKE2S_BLOCK_SIZE = 64, BLAKE2S_HASH_SIZE = 32,