diff options
author | Brajeswar Ghosh <brajeswar.linux@gmail.com> | 2018-11-06 13:16:14 +0100 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2018-11-16 07:09:40 +0100 |
commit | d65ddecbea3c07f9f93af9d32680e650f20aa102 (patch) | |
tree | 770586d4858e6437f72de60cee9f3ba53be74657 /arch/arm/crypto/aes-ce-glue.c | |
parent | crypto: bcm - fix normal/non key hash algorithm failure (diff) | |
download | linux-d65ddecbea3c07f9f93af9d32680e650f20aa102.tar.xz linux-d65ddecbea3c07f9f93af9d32680e650f20aa102.zip |
crypto: aes-ce - Remove duplicate header
Remove asm/hwcap.h which is included more than once
Signed-off-by: Brajeswar Ghosh <brajeswar.linux@gmail.com>
Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'arch/arm/crypto/aes-ce-glue.c')
-rw-r--r-- | arch/arm/crypto/aes-ce-glue.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/crypto/aes-ce-glue.c b/arch/arm/crypto/aes-ce-glue.c index d0a9cec73707..5affb8482379 100644 --- a/arch/arm/crypto/aes-ce-glue.c +++ b/arch/arm/crypto/aes-ce-glue.c @@ -10,7 +10,6 @@ #include <asm/hwcap.h> #include <asm/neon.h> -#include <asm/hwcap.h> #include <crypto/aes.h> #include <crypto/internal/simd.h> #include <crypto/internal/skcipher.h> |