1
0
Fork 0

security/keys/secure_key: Fix the path of included header file

Fix the path of included header file.

Signed-off-by: Shengzhou Liu <shengzhou.liu@nxp.com>
(cherry picked from commit 578084b64f5e4cbe802c95244681ea321b655ef2)
5.4-rM2-2.2.x-imx-squashed
Shengzhou Liu 2020-01-09 10:18:44 +08:00 committed by Jason Liu
parent 9cdef9a04a
commit 75d5ceac34
1 changed files with 8 additions and 8 deletions

View File

@ -6,14 +6,14 @@
#ifndef _SECUREKEY_DESC_H_
#define _SECUREKEY_DESC_H_
#include "compat.h"
#include "regs.h"
#include "intern.h"
#include "desc.h"
#include "desc_constr.h"
#include "jr.h"
#include "error.h"
#include "pdb.h"
#include "../../drivers/crypto/caam/compat.h"
#include "../../drivers/crypto/caam/regs.h"
#include "../../drivers/crypto/caam/intern.h"
#include "../../drivers/crypto/caam/desc.h"
#include "../../drivers/crypto/caam/desc_constr.h"
#include "../../drivers/crypto/caam/jr.h"
#include "../../drivers/crypto/caam/error.h"
#include "../../drivers/crypto/caam/pdb.h"
#define SK_BLOB_KEY_SZ 32 /* Blob key size. */
#define SK_BLOB_MAC_SZ 16 /* Blob MAC size. */