summaryrefslogtreecommitdiff
path: root/drivers/tpm/tpm-uclass.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/tpm/tpm-uclass.c')
-rw-r--r--drivers/tpm/tpm-uclass.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/tpm/tpm-uclass.c b/drivers/tpm/tpm-uclass.c
index 71d58070062..6ea795bc0c9 100644
--- a/drivers/tpm/tpm-uclass.c
+++ b/drivers/tpm/tpm-uclass.c
@@ -6,6 +6,8 @@
#include <common.h>
#include <dm.h>
+#include <log.h>
+#include <linux/delay.h>
#include <linux/unaligned/be_byteshift.h>
#include <tpm-v1.h>
#include <tpm-v2.h>