[PATCH linux-next] crypto: p10-aes-gcm - remove duplicate included header files

ye.xingchen@zte.com.cn posted 1 patch 2 years, 8 months ago
arch/powerpc/crypto/p10-aes-gcm-glue.c | 1 -
1 file changed, 1 deletion(-)
[PATCH linux-next] crypto: p10-aes-gcm - remove duplicate included header files
Posted by ye.xingchen@zte.com.cn 2 years, 8 months ago
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