mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
crypto: jh7110 - Include crypto/hash.h in header file
The header file jh7110-cryp uses ahash_request without including crypto/hash.h. Fix that by adding the inclusion. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
bcd6e41d98
commit
1c27c0ca22
1 changed files with 5 additions and 5 deletions
|
@ -2,16 +2,16 @@
|
|||
#ifndef __STARFIVE_STR_H__
|
||||
#define __STARFIVE_STR_H__
|
||||
|
||||
#include <crypto/aes.h>
|
||||
#include <crypto/engine.h>
|
||||
#include <crypto/hash.h>
|
||||
#include <crypto/sha2.h>
|
||||
#include <crypto/sm3.h>
|
||||
#include <linux/delay.h>
|
||||
#include <linux/dma-mapping.h>
|
||||
#include <linux/dmaengine.h>
|
||||
#include <linux/interrupt.h>
|
||||
|
||||
#include <crypto/aes.h>
|
||||
#include <crypto/engine.h>
|
||||
#include <crypto/sha2.h>
|
||||
#include <crypto/sm3.h>
|
||||
|
||||
#define STARFIVE_ALG_CR_OFFSET 0x0
|
||||
#define STARFIVE_ALG_FIFO_OFFSET 0x4
|
||||
#define STARFIVE_IE_MASK_OFFSET 0x8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue