summaryrefslogtreecommitdiff
path: root/drivers/tpm/tpm_tis_sandbox.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-05-01 19:31:28 -0600
committerTom Rini <trini@konsulko.com>2024-05-07 08:00:56 -0600
commit8f9f759d2b97f40bd01e6c5f29760f0593c81296 (patch)
treee37f32806b2b48e1f54af89b82d9d5939a1d1754 /drivers/tpm/tpm_tis_sandbox.c
parent0a0a6b7e345ddc0ec9a8e3754115b23c04cb4527 (diff)
tpm: Remove <common.h> and add needed includes
Remove <common.h> from this driver directory and when needed add missing include files directly. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/tpm/tpm_tis_sandbox.c')
-rw-r--r--drivers/tpm/tpm_tis_sandbox.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tpm/tpm_tis_sandbox.c b/drivers/tpm/tpm_tis_sandbox.c
index 7350e1c4d52..2bc7dc87ed3 100644
--- a/drivers/tpm/tpm_tis_sandbox.c
+++ b/drivers/tpm/tpm_tis_sandbox.c
@@ -3,7 +3,6 @@
* Copyright (c) 2013 Google, Inc
*/
-#include <common.h>
#include <display_options.h>
#include <dm.h>
#include <tpm-v1.h>