linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm/crypto/aes-ce-glue.c: Remove duplicate header
@ 2018-11-06 12:16 Brajeswar Ghosh
  2018-11-06 14:24 ` Ard Biesheuvel
  2018-11-16  6:18 ` Herbert Xu
  0 siblings, 2 replies; 3+ messages in thread
From: Brajeswar Ghosh @ 2018-11-06 12:16 UTC (permalink / raw)
  To: herbert, davem, linux
  Cc: jrdr.linux, linux-crypto, linux-arm-kernel, linux-kernel,
	sabyasachi.linux

Remove asm/hwcap.h which is included more than once

Signed-off-by: Brajeswar Ghosh <brajeswar.linux@gmail.com>
---
 arch/arm/crypto/aes-ce-glue.c | 1 -
 1 file changed, 1 deletion(-)

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>
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] arm/crypto/aes-ce-glue.c: Remove duplicate header
  2018-11-06 12:16 [PATCH] arm/crypto/aes-ce-glue.c: Remove duplicate header Brajeswar Ghosh
@ 2018-11-06 14:24 ` Ard Biesheuvel
  2018-11-16  6:18 ` Herbert Xu
  1 sibling, 0 replies; 3+ messages in thread
From: Ard Biesheuvel @ 2018-11-06 14:24 UTC (permalink / raw)
  To: Brajeswar Ghosh
  Cc: Herbert Xu, David S. Miller, Russell King, jrdr.linux,
	open list:HARDWARE RANDOM NUMBER GENERATOR CORE,
	linux-arm-kernel, Linux Kernel Mailing List, sabyasachi.linux

On 6 November 2018 at 13:16, Brajeswar Ghosh <brajeswar.linux@gmail.com> wrote:
> 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>

> ---
>  arch/arm/crypto/aes-ce-glue.c | 1 -
>  1 file changed, 1 deletion(-)
>
> 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>
> --
> 2.17.1
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] arm/crypto/aes-ce-glue.c: Remove duplicate header
  2018-11-06 12:16 [PATCH] arm/crypto/aes-ce-glue.c: Remove duplicate header Brajeswar Ghosh
  2018-11-06 14:24 ` Ard Biesheuvel
@ 2018-11-16  6:18 ` Herbert Xu
  1 sibling, 0 replies; 3+ messages in thread
From: Herbert Xu @ 2018-11-16  6:18 UTC (permalink / raw)
  To: Brajeswar Ghosh
  Cc: davem, linux, jrdr.linux, linux-crypto, linux-arm-kernel,
	linux-kernel, sabyasachi.linux

On Tue, Nov 06, 2018 at 05:46:14PM +0530, Brajeswar Ghosh wrote:
> Remove asm/hwcap.h which is included more than once
> 
> Signed-off-by: Brajeswar Ghosh <brajeswar.linux@gmail.com>
> ---
>  arch/arm/crypto/aes-ce-glue.c | 1 -
>  1 file changed, 1 deletion(-)

Patch applied.  Thanks.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-11-16  6:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-06 12:16 [PATCH] arm/crypto/aes-ce-glue.c: Remove duplicate header Brajeswar Ghosh
2018-11-06 14:24 ` Ard Biesheuvel
2018-11-16  6:18 ` Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).