On Tue, 7 May 2024 at 20:54, Raymond Mao <raymond....@linaro.org> wrote: > > Remove the redundant includes of u-boot/sha1.h, u-boot/sha256.h > and u-boot/sha512.h > > Signed-off-by: Raymond Mao <raymond....@linaro.org> > --- > Changes in v2 > - None. > > lib/efi_loader/efi_signature.c | 1 - > lib/efi_loader/efi_tcg2.c | 3 --- > 2 files changed, 4 deletions(-) > > diff --git a/lib/efi_loader/efi_signature.c b/lib/efi_loader/efi_signature.c > index f338e732759..184eac8cddb 100644 > --- a/lib/efi_loader/efi_signature.c > +++ b/lib/efi_loader/efi_signature.c > @@ -17,7 +17,6 @@ > #include <linux/oid_registry.h> > #include <u-boot/hash-checksum.h> > #include <u-boot/rsa.h> > -#include <u-boot/sha256.h> > > const efi_guid_t efi_guid_sha256 = EFI_CERT_SHA256_GUID; > const efi_guid_t efi_guid_cert_rsa2048 = EFI_CERT_RSA2048_GUID; > diff --git a/lib/efi_loader/efi_tcg2.c b/lib/efi_loader/efi_tcg2.c > index b07e0099c27..ac056dcfc55 100644 > --- a/lib/efi_loader/efi_tcg2.c > +++ b/lib/efi_loader/efi_tcg2.c > @@ -19,9 +19,6 @@ > #include <tpm-v2.h> > #include <tpm_api.h> > #include <u-boot/hash-checksum.h> > -#include <u-boot/sha1.h> > -#include <u-boot/sha256.h> > -#include <u-boot/sha512.h> > #include <linux/unaligned/be_byteshift.h> > #include <linux/unaligned/le_byteshift.h> > #include <linux/unaligned/generic.h> > -- > 2.25.1 >
Please include this in a different cleanup series along with other fixes. Reviewed-by: Ilias Apalodimas <ilias.apalodi...@linaro.org>