Commit 4ac1a2d8 authored by Herbert Xu's avatar Herbert Xu

crypto: caam - Include internal/engine.h

Inlucde internal/engine.h because this driver uses directly
accesses attributes inside struct crypto_engine.
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent b7b23ccb
...@@ -56,9 +56,9 @@ ...@@ -56,9 +56,9 @@
#include "sg_sw_sec4.h" #include "sg_sw_sec4.h"
#include "key_gen.h" #include "key_gen.h"
#include "caamalg_desc.h" #include "caamalg_desc.h"
#include <crypto/engine.h>
#include <crypto/xts.h>
#include <asm/unaligned.h> #include <asm/unaligned.h>
#include <crypto/internal/engine.h>
#include <crypto/xts.h>
#include <linux/dma-mapping.h> #include <linux/dma-mapping.h>
#include <linux/device.h> #include <linux/device.h>
#include <linux/err.h> #include <linux/err.h>
......
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
#include "sg_sw_sec4.h" #include "sg_sw_sec4.h"
#include "key_gen.h" #include "key_gen.h"
#include "caamhash_desc.h" #include "caamhash_desc.h"
#include <crypto/engine.h> #include <crypto/internal/engine.h>
#include <linux/dma-mapping.h> #include <linux/dma-mapping.h>
#include <linux/kernel.h> #include <linux/kernel.h>
......
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
#include "desc_constr.h" #include "desc_constr.h"
#include "sg_sw_sec4.h" #include "sg_sw_sec4.h"
#include "caampkc.h" #include "caampkc.h"
#include <crypto/internal/engine.h>
#include <linux/dma-mapping.h> #include <linux/dma-mapping.h>
#include <linux/kernel.h> #include <linux/kernel.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment