crypto: p10-aes-gcm - remove duplicate include header
authorYe Xingchen <ye.xingchen@zte.com.cn>
Tue, 14 Mar 2023 08:31:51 +0000 (16:31 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 24 Mar 2023 10:22:28 +0000 (18:22 +0800)
crypto/algapi.h is included more than once.

Signed-off-by: Ye Xingchen <ye.xingchen@zte.com.cn>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/powerpc/crypto/aes-gcm-p10-glue.c

index c95f5b7..1533c8c 100644 (file)
@@ -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>