mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
efi: Drop device_path from struct efi_priv
This is not used anywhere drop it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
parent
7f5419a647
commit
bf5236f3ba
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue