diff mbox series

[5/7] efi_loader: remove unneeded header files

Message ID 20240622143601.187723-6-ilias.apalodimas@linaro.org
State Superseded
Headers show
Series The great TCG deduplication saga | expand

Commit Message

Ilias Apalodimas June 22, 2024, 2:35 p.m. UTC
efi_tcg2.h already includes tpm-v2.h. Remove it

Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
---
 lib/efi_loader/efi_tcg2.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Heinrich Schuchardt June 22, 2024, 3:43 p.m. UTC | #1
On 22.06.24 16:35, Ilias Apalodimas wrote:
> efi_tcg2.h already includes tpm-v2.h. Remove it
>
> Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>

Reviewed by: Heinrich Schuchardt <xypron.glpk@gmx.de>

> ---
>   lib/efi_loader/efi_tcg2.c | 1 -
>   1 file changed, 1 deletion(-)
>
> diff --git a/lib/efi_loader/efi_tcg2.c b/lib/efi_loader/efi_tcg2.c
> index 10c09caac35a..c654d2cbd704 100644
> --- a/lib/efi_loader/efi_tcg2.c
> +++ b/lib/efi_loader/efi_tcg2.c
> @@ -16,7 +16,6 @@
>   #include <malloc.h>
>   #include <smbios.h>
>   #include <version_string.h>
> -#include <tpm-v2.h>
>   #include <tpm_api.h>
>   #include <u-boot/hash-checksum.h>
>   #include <u-boot/sha1.h>
diff mbox series

Patch

diff --git a/lib/efi_loader/efi_tcg2.c b/lib/efi_loader/efi_tcg2.c
index 10c09caac35a..c654d2cbd704 100644
--- a/lib/efi_loader/efi_tcg2.c
+++ b/lib/efi_loader/efi_tcg2.c
@@ -16,7 +16,6 @@ 
 #include <malloc.h>
 #include <smbios.h>
 #include <version_string.h>
-#include <tpm-v2.h>
 #include <tpm_api.h>
 #include <u-boot/hash-checksum.h>
 #include <u-boot/sha1.h>