linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH linux-next] crypto: p10-aes-gcm - remove duplicate included header files
@ 2023-01-17  8:01 ye.xingchen
  0 siblings, 0 replies; only message in thread
From: ye.xingchen @ 2023-01-17  8:01 UTC (permalink / raw)
  To: herbert; +Cc: linux-kernel, npiggin, linuxppc-dev, davem, linux-crypto

From: ye xingchen <ye.xingchen@zte.com.cn>

crypto/algapi.h is included more than once.

Signed-off-by: ye xingchen <ye.xingchen@zte.com.cn>
---
 arch/powerpc/crypto/p10-aes-gcm-glue.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/powerpc/crypto/p10-aes-gcm-glue.c b/arch/powerpc/crypto/p10-aes-gcm-glue.c
index 777e6b5254da..a17d3e8d8f3c 100644
--- a/arch/powerpc/crypto/p10-aes-gcm-glue.c
+++ b/arch/powerpc/crypto/p10-aes-gcm-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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-01-17  8:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-17  8:01 [PATCH linux-next] crypto: p10-aes-gcm - remove duplicate included header files ye.xingchen

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).