diff options
| author | Tom Rini <[email protected]> | 2024-05-01 19:31:28 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-05-07 08:00:56 -0600 |
| commit | 8f9f759d2b97f40bd01e6c5f29760f0593c81296 (patch) | |
| tree | e37f32806b2b48e1f54af89b82d9d5939a1d1754 /drivers/tpm/tpm2_tis_core.c | |
| parent | 0a0a6b7e345ddc0ec9a8e3754115b23c04cb4527 (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.c | 2 |
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> |
