From: Herbert Xu Date: Mon, 11 May 2015 09:47:46 +0000 (+0800) Subject: crypto: qat - Include internal/aead.h X-Git-Tag: v5.15~15621^2~207 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0ed6264b60fc5b59dc0dc26a29139d9dcd759a67;p=platform%2Fkernel%2Flinux-starfive.git crypto: qat - 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/qat/qat_common/qat_algs.c b/drivers/crypto/qat/qat_common/qat_algs.c index 1dc5b0a..070abcd 100644 --- a/drivers/crypto/qat/qat_common/qat_algs.c +++ b/drivers/crypto/qat/qat_common/qat_algs.c @@ -47,7 +47,7 @@ #include #include #include -#include +#include #include #include #include