Re: [PATCH] crypto: fix compile errors of XTS

2016-02-16 Thread Herbert Xu
On Wed, Feb 17, 2016 at 07:00:01AM +0100, Stephan Mueller wrote: > Commit 28856a9e52c7 missed the addition of the crypto/xts.h include file > for different architecture-specific AES implementations. > > Signed-off-by: Stephan Mueller Applied. -- Email: Herbert Xu Home Page: http://gondor.apana

[PATCH] crypto: fix compile errors of XTS

2016-02-16 Thread Stephan Mueller
Commit 28856a9e52c7 missed the addition of the crypto/xts.h include file for different architecture-specific AES implementations. Signed-off-by: Stephan Mueller --- arch/arm/crypto/aes-ce-glue.c | 1 + arch/arm/crypto/aesbs-glue.c | 1 + arch/arm64/crypto/aes-glue.c | 1 + arch/