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/arm/crypto/aes-ce-glue.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/crypto/aes-ce-glue.c') diff --git a/arch/arm/crypto/aes-ce-glue.c b/arch/arm/crypto/aes-ce-glue.c index 85ff69b551c2..b6961a27a06c 100644 --- a/arch/arm/crypto/aes-ce-glue.c +++ b/arch/arm/crypto/aes-ce-glue.c @@ -15,6 +15,7 @@ #include #include #include +#include MODULE_DESCRIPTION("AES-ECB/CBC/CTR/XTS using ARMv8 Crypto Extensions"); MODULE_AUTHOR("Ard Biesheuvel "); -- cgit v1.2.1