Message ID | 202301171601080312252@zte.com.cn |
---|---|
State | New |
Headers | show |
Series | [linux-next] crypto: p10-aes-gcm - remove duplicate included header files | expand |
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>