diff options
author | Mario Limonciello <mario.limonciello@amd.com> | 2024-05-28 16:07:09 -0500 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2024-06-07 19:46:39 +0800 |
commit | 56e0d883735002c506e73fa1f1197f3959fc7f0c (patch) | |
tree | 08768392be005f668339a87e17bf1ba2cb967860 /drivers/crypto/ccp/psp-dev.c | |
parent | 8609dd25f9b271b3338e38b018fd39e49de1e6ca (diff) | |
download | linux-56e0d883735002c506e73fa1f1197f3959fc7f0c.tar.gz linux-56e0d883735002c506e73fa1f1197f3959fc7f0c.tar.bz2 linux-56e0d883735002c506e73fa1f1197f3959fc7f0c.zip |
crypto: ccp - Move security attributes to their own file
To prepare for other code that will manipulate security attributes
move the handling code out of sp-pci.c. No intended functional changes.
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Acked-by: Tom Lendacky <thomas.lendacky@amd.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/ccp/psp-dev.c')
-rw-r--r-- | drivers/crypto/ccp/psp-dev.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/crypto/ccp/psp-dev.c b/drivers/crypto/ccp/psp-dev.c index 7d9d2042be35..1a7b991c27f7 100644 --- a/drivers/crypto/ccp/psp-dev.c +++ b/drivers/crypto/ccp/psp-dev.c @@ -19,6 +19,7 @@ #include "tee-dev.h" #include "platform-access.h" #include "dbc.h" +#include "hsti.h" struct psp_device *psp_master; |