From: Herbert Xu Date: Wed, 22 Apr 2015 07:06:27 +0000 (+0800) Subject: crypto: arm64/aes-ce-ccm - Include crypto/internal/aead.h X-Git-Tag: Ubuntu-5.2.0-15.16~11191^2~242 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=34ed9a35788a562d80648247022ae9497cc88ebc;p=mirror_ubuntu-eoan-kernel.git crypto: arm64/aes-ce-ccm - Include crypto/internal/aead.h All implementers of AEAD should include crypto/internal/aead.h instead of include/linux/crypto.h. Signed-off-by: Herbert Xu Acked-by: David S. Miller --- diff --git a/arch/arm64/crypto/aes-ce-ccm-glue.c b/arch/arm64/crypto/aes-ce-ccm-glue.c index 6c348df5bf36..3303e8a7b837 100644 --- a/arch/arm64/crypto/aes-ce-ccm-glue.c +++ b/arch/arm64/crypto/aes-ce-ccm-glue.c @@ -13,7 +13,7 @@ #include #include #include -#include +#include #include #include "aes-ce-setkey.h"