blob: c1f6081e4b74a5585ca6ae24553c1954fb75dd97 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001From 0dacdd2fb2f7a5ac016544ac9c4c5d29b81d6ffd Mon Sep 17 00:00:00 2001
2From: Shengzhou Liu <shengzhou.liu@nxp.com>
3Date: Thu, 9 Jan 2020 10:18:44 +0800
4Subject: [PATCH] security/keys/secure_key: Fix the path of included header
5 file
6
7Fix the path of included header file.
8
9Signed-off-by: Shengzhou Liu <shengzhou.liu@nxp.com>
10---
11 security/keys/securekey_desc.h | 16 ++++++++--------
12 1 file changed, 8 insertions(+), 8 deletions(-)
13
14--- a/security/keys/securekey_desc.h
15+++ b/security/keys/securekey_desc.h
16@@ -6,14 +6,14 @@
17 #ifndef _SECUREKEY_DESC_H_
18 #define _SECUREKEY_DESC_H_
19
20-#include "compat.h"
21-#include "regs.h"
22-#include "intern.h"
23-#include "desc.h"
24-#include "desc_constr.h"
25-#include "jr.h"
26-#include "error.h"
27-#include "pdb.h"
28+#include "../../drivers/crypto/caam/compat.h"
29+#include "../../drivers/crypto/caam/regs.h"
30+#include "../../drivers/crypto/caam/intern.h"
31+#include "../../drivers/crypto/caam/desc.h"
32+#include "../../drivers/crypto/caam/desc_constr.h"
33+#include "../../drivers/crypto/caam/jr.h"
34+#include "../../drivers/crypto/caam/error.h"
35+#include "../../drivers/crypto/caam/pdb.h"
36
37 #define SK_BLOB_KEY_SZ 32 /* Blob key size. */
38 #define SK_BLOB_MAC_SZ 16 /* Blob MAC size. */