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/sandbox_common.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/sandbox_common.c')
-rw-r--r-- | drivers/tpm/sandbox_common.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tpm/sandbox_common.c b/drivers/tpm/sandbox_common.c index 7e0b2502e35..596e0156389 100644 --- a/drivers/tpm/sandbox_common.c +++ b/drivers/tpm/sandbox_common.c @@ -7,7 +7,6 @@ #define LOG_CATEGORY UCLASS_TPM -#include <common.h> #include <tpm-v1.h> #include <tpm-v2.h> #include <asm/unaligned.h> |