diff options
| author | Tom Rini <trini@konsulko.com> | 2024-05-01 19:31:28 -0600 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2024-05-07 08:00:56 -0600 |
| commit | 8f9f759d2b97f40bd01e6c5f29760f0593c81296 (patch) | |
| tree | e37f32806b2b48e1f54af89b82d9d5939a1d1754 /drivers/tpm/tpm_tis_st33zp24_spi.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 <trini@konsulko.com>
Diffstat (limited to 'drivers/tpm/tpm_tis_st33zp24_spi.c')
| -rw-r--r-- | drivers/tpm/tpm_tis_st33zp24_spi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tpm/tpm_tis_st33zp24_spi.c b/drivers/tpm/tpm_tis_st33zp24_spi.c index f0de8a65b09..2cf690328d8 100644 --- a/drivers/tpm/tpm_tis_st33zp24_spi.c +++ b/drivers/tpm/tpm_tis_st33zp24_spi.c @@ -12,7 +12,6 @@ * STMicroelectronics Protocol Stack Specification version 1.2.0. */ -#include <common.h> #include <dm.h> #include <fdtdec.h> #include <log.h> |
