summaryrefslogtreecommitdiff
path: root/drivers/tpm/tpm2_tis_core.c
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2024-05-01 19:31:28 -0600
committerTom Rini <[email protected]>2024-05-07 08:00:56 -0600
commit8f9f759d2b97f40bd01e6c5f29760f0593c81296 (patch)
treee37f32806b2b48e1f54af89b82d9d5939a1d1754 /drivers/tpm/tpm2_tis_core.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 <[email protected]>
Diffstat (limited to 'drivers/tpm/tpm2_tis_core.c')
-rw-r--r--drivers/tpm/tpm2_tis_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tpm/tpm2_tis_core.c b/drivers/tpm/tpm2_tis_core.c
index 81b9210056d..680a6409433 100644
--- a/drivers/tpm/tpm2_tis_core.c
+++ b/drivers/tpm/tpm2_tis_core.c
@@ -5,8 +5,8 @@
* Based on the Linux TIS core interface and U-Boot original SPI TPM driver
*/
-#include <common.h>
#include <dm.h>
+#include <time.h>
#include <tpm-v2.h>
#include <linux/delay.h>
#include <linux/unaligned/be_byteshift.h>