crypto: aes-ce - Remove duplicate header
authorBrajeswar Ghosh <brajeswar.linux@gmail.com>
Tue, 6 Nov 2018 12:16:14 +0000 (17:46 +0530)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 16 Nov 2018 06:09:40 +0000 (14:09 +0800)
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>
arch/arm/crypto/aes-ce-glue.c

index d0a9cec73707b7be885b509e5befe393e90b902f..5affb8482379282f23982cd39117a32869c0c968 100644 (file)
@@ -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>