crypto: caam - Include internal/engine.h
Inlucde internal/engine.h because this driver uses directly accesses attributes inside struct crypto_engine. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
b7b23ccbda
commit
4ac1a2d88d
@ -56,9 +56,9 @@
|
||||
#include "sg_sw_sec4.h"
|
||||
#include "key_gen.h"
|
||||
#include "caamalg_desc.h"
|
||||
#include <crypto/engine.h>
|
||||
#include <crypto/xts.h>
|
||||
#include <asm/unaligned.h>
|
||||
#include <crypto/internal/engine.h>
|
||||
#include <crypto/xts.h>
|
||||
#include <linux/dma-mapping.h>
|
||||
#include <linux/device.h>
|
||||
#include <linux/err.h>
|
||||
|
@ -65,7 +65,7 @@
|
||||
#include "sg_sw_sec4.h"
|
||||
#include "key_gen.h"
|
||||
#include "caamhash_desc.h"
|
||||
#include <crypto/engine.h>
|
||||
#include <crypto/internal/engine.h>
|
||||
#include <linux/dma-mapping.h>
|
||||
#include <linux/kernel.h>
|
||||
|
||||
|
@ -16,6 +16,7 @@
|
||||
#include "desc_constr.h"
|
||||
#include "sg_sw_sec4.h"
|
||||
#include "caampkc.h"
|
||||
#include <crypto/internal/engine.h>
|
||||
#include <linux/dma-mapping.h>
|
||||
#include <linux/kernel.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user