From: Eric Biggers Date: Wed, 23 Dec 2020 08:09:52 +0000 (-0800) Subject: crypto: blake2s - remove unneeded includes X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=df412e7efda1e2c5b5fcb06701bba77434cbd1e8;p=linux.git crypto: blake2s - remove unneeded includes It doesn't make sense for the generic implementation of BLAKE2s to include and , as these are things that would only be useful in an architecture-specific implementation. Remove these unnecessary includes. Acked-by: Ard Biesheuvel Signed-off-by: Eric Biggers Signed-off-by: Herbert Xu --- diff --git a/crypto/blake2s_generic.c b/crypto/blake2s_generic.c index e3aa6e7ff3d83..b89536c3671cf 100644 --- a/crypto/blake2s_generic.c +++ b/crypto/blake2s_generic.c @@ -4,11 +4,9 @@ */ #include -#include #include #include -#include #include #include