From 49abc0d2e19b28e90f443334fb6cd66f275713e6 Mon Sep 17 00:00:00 2001 From: Stephan Mueller Date: Wed, 17 Feb 2016 07:00:01 +0100 Subject: crypto: xts - fix compile errors Commit 28856a9e52c7 missed the addition of the crypto/xts.h include file for different architecture-specific AES implementations. Signed-off-by: Stephan Mueller Signed-off-by: Herbert Xu --- arch/powerpc/crypto/aes-spe-glue.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/powerpc/crypto') diff --git a/arch/powerpc/crypto/aes-spe-glue.c b/arch/powerpc/crypto/aes-spe-glue.c index 160807977abe..ab113198ed20 100644 --- a/arch/powerpc/crypto/aes-spe-glue.c +++ b/arch/powerpc/crypto/aes-spe-glue.c @@ -22,6 +22,7 @@ #include #include #include +#include /* * MAX_BYTES defines the number of bytes that are allowed to be processed -- cgit v1.2.3