From: Herbert Xu Date: Mon, 11 May 2015 09:47:43 +0000 (+0800) Subject: crypto: caam - Include internal/aead.h X-Git-Tag: v4.2-rc1~160^2~210 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b579d42672b41dc7f1641df7790dfd906fee7aa8;p=karo-tx-linux.git crypto: caam - Include internal/aead.h All AEAD implementations must include internal/aead.h in order to access required helpers. Signed-off-by: Herbert Xu --- diff --git a/drivers/crypto/caam/compat.h b/drivers/crypto/caam/compat.h index acd7743e2603..f57f395db33f 100644 --- a/drivers/crypto/caam/compat.h +++ b/drivers/crypto/caam/compat.h @@ -32,7 +32,7 @@ #include #include #include -#include +#include #include #include #include