[linux-next] crypto: p10-aes-gcm - remove duplicate included header files
Commit Message
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(-)
@@ -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>