Re: [PATCH] crypto: p10-aes-gcm - remove duplicate include header

From: Christophe Leroy
Date: Tue Mar 14 2023 - 04:47:40 EST


Hi,

Le 14/03/2023 à 09:31, ye.xingchen@xxxxxxxxxx a écrit :
> From: Ye Xingchen <ye.xingchen@xxxxxxxxxx>
>
> crypto/algapi.h is included more than once.
>
> Signed-off-by: Ye Xingchen <ye.xingchen@xxxxxxxxxx>

You already sent this patch, see
https://patchwork.ozlabs.org/project/linuxppc-dev/patch/202301171601080312252@xxxxxxxxxx/

Any reason for resending ?

Christophe


> ---
> arch/powerpc/crypto/aes-gcm-p10-glue.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/arch/powerpc/crypto/aes-gcm-p10-glue.c b/arch/powerpc/crypto/aes-gcm-p10-glue.c
> index c95f5b7cc456..1533c8cdd26f 100644
> --- a/arch/powerpc/crypto/aes-gcm-p10-glue.c
> +++ b/arch/powerpc/crypto/aes-gcm-p10-glue.c
> @@ -8,7 +8,6 @@
> #include <asm/unaligned.h>
> #include <asm/simd.h>
> #include <asm/switch_to.h>
> -#include <crypto/algapi.h>
> #include <crypto/aes.h>
> #include <crypto/algapi.h>
> #include <crypto/b128ops.h>