diff mbox series

[v8,07/25] efi: Drop device_path from struct efi_priv

Message ID 20211229185759.1432518-7-sjg@chromium.org
State Accepted, archived
Commit bf5236f3ba73231d5065a0500910b1e3216b960f
Delegated to: Heinrich Schuchardt
Headers show
Series efi: Improvements to U-Boot running on top of UEFI | expand

Commit Message

Simon Glass Dec. 29, 2021, 6:57 p.m. UTC
This is not used anywhere drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

(no changes since v3)

Changes in v3:
- Move device_path path change to its own patch

 include/efi.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Heinrich Schuchardt Dec. 30, 2021, 1:33 p.m. UTC | #1
On 12/29/21 19:57, Simon Glass wrote:
> This is not used anywhere drop it.
>
> Signed-off-by: Simon Glass <sjg@chromium.org>

Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>

> ---
>
> (no changes since v3)
>
> Changes in v3:
> - Move device_path path change to its own patch
>
>   include/efi.h | 1 -
>   1 file changed, 1 deletion(-)
>
> diff --git a/include/efi.h b/include/efi.h
> index cd0bdcc717b..0cd4b46600e 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;
diff mbox series

Patch

diff --git a/include/efi.h b/include/efi.h
index cd0bdcc717b..0cd4b46600e 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;