diff options
author | Simon Glass <sjg@chromium.org> | 2021-12-29 11:57:41 -0700 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2021-12-31 06:45:01 +0100 |
commit | bf5236f3ba73231d5065a0500910b1e3216b960f (patch) | |
tree | a07eee94f3270b3b63f2f398b056c1875c596c3b | |
parent | 7f5419a64760e279556c548ec29cf48b8614c2f6 (diff) | |
download | u-boot-bf5236f3ba73231d5065a0500910b1e3216b960f.zip u-boot-bf5236f3ba73231d5065a0500910b1e3216b960f.tar.gz u-boot-bf5236f3ba73231d5065a0500910b1e3216b960f.tar.bz2 |
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>
-rw-r--r-- | include/efi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/efi.h b/include/efi.h index cd0bdcc..0cd4b46 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; |