summaryrefslogtreecommitdiff
path: root/include/efi.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-12-29 21:57:41 +0300
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2021-12-31 08:45:01 +0300
commitbf5236f3ba73231d5065a0500910b1e3216b960f (patch)
treea07eee94f3270b3b63f2f398b056c1875c596c3b /include/efi.h
parent7f5419a64760e279556c548ec29cf48b8614c2f6 (diff)
downloadu-boot-bf5236f3ba73231d5065a0500910b1e3216b960f.tar.xz
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>
Diffstat (limited to 'include/efi.h')
-rw-r--r--include/efi.h1
1 files changed, 0 insertions, 1 deletions
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;