From: Eric Biggers Date: Wed, 23 Dec 2020 08:09:52 +0000 (-0800) Subject: crypto: blake2s - remove unneeded includes X-Git-Tag: block-5.12-2021-02-27~21^2~125 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=df412e7efda1e2c5b5fcb06701bba77434cbd1e8;p=linux-2.6-block.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 e3aa6e7ff3d8..b89536c3671c 100644 --- a/crypto/blake2s_generic.c +++ b/crypto/blake2s_generic.c @@ -4,11 +4,9 @@ */ #include -#include #include #include -#include #include #include