[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <202303141631511535639@zte.com.cn>
Date: Tue, 14 Mar 2023 16:31:51 +0800 (CST)
From: <ye.xingchen@....com.cn>
To: <herbert@...dor.apana.org.au>
Cc: <davem@...emloft.net>, <mpe@...erman.id.au>, <npiggin@...il.com>,
<christophe.leroy@...roup.eu>, <linux-crypto@...r.kernel.org>,
<linuxppc-dev@...ts.ozlabs.org>, <linux-kernel@...r.kernel.org>
Subject: [PATCH] crypto: p10-aes-gcm - remove duplicate include header
From: Ye Xingchen <ye.xingchen@....com.cn>
crypto/algapi.h is included more than once.
Signed-off-by: Ye Xingchen <ye.xingchen@....com.cn>
---
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>
--
2.25.1
Powered by blists - more mailing lists