From c91737b7f1a5180b8944eea2121347ef6429b17c Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Tue, 17 Aug 2021 15:02:23 +0200 Subject: efi_loader rename enum efi_mem_type to efi_memory_type Use the same name as in the UEFI specification to avoid confusion. Signed-off-by: Heinrich Schuchardt --- arch/x86/include/asm/hob.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch') diff --git a/arch/x86/include/asm/hob.h b/arch/x86/include/asm/hob.h index 56e11dbb28..2f5b6e24c2 100644 --- a/arch/x86/include/asm/hob.h +++ b/arch/x86/include/asm/hob.h @@ -91,7 +91,7 @@ struct hob_mem_alloc { * Type EFI_MEMORY_TYPE is defined in AllocatePages() in the UEFI 2.0 * specification. */ - enum efi_mem_type mem_type; + enum efi_memory_type mem_type; /* padding */ u8 reserved[4]; }; -- cgit v1.2.3