]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: eliminate handle member
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 26 Sep 2018 03:27:55 +0000 (05:27 +0200)
committerAlexander Graf <agraf@suse.de>
Sun, 2 Dec 2018 20:59:36 +0000 (21:59 +0100)
commit67ed3d5c4b288455830020f310f1b59f12fbe27b
treed1cade62fe514991129ad318a519921e75779ce3
parent6621f49d0e6889a0f44d93952f2b0c99459590a6
efi_loader: eliminate handle member

A pointer to a struct efi_object is a handle. We do not need any handle
member in this structure. Let's eliminate it.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
include/efi_loader.h
lib/efi_loader/efi_boottime.c
lib/efi_loader/efi_console.c
lib/efi_loader/efi_device_path.c
lib/efi_loader/efi_disk.c
lib/efi_loader/efi_gop.c
lib/efi_loader/efi_net.c