From: Simon Glass Date: Wed, 29 Dec 2021 18:57:41 +0000 (-0700) Subject: efi: Drop device_path from struct efi_priv X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=bf5236f3ba73231d5065a0500910b1e3216b960f;p=u-boot.git efi: Drop device_path from struct efi_priv This is not used anywhere drop it. Signed-off-by: Simon Glass Reviewed-by: Heinrich Schuchardt --- diff --git a/include/efi.h b/include/efi.h index cd0bdcc717..0cd4b46600 100644 --- a/include/efi.h +++ b/include/efi.h @@ -402,7 +402,6 @@ static inline struct efi_mem_desc *efi_get_next_mem_desc( struct efi_priv { efi_handle_t parent_image; - struct efi_device_path *device_path; struct efi_system_table *sys_table; struct efi_boot_services *boot; struct efi_runtime_services *run;