]> Git Repo - u-boot.git/commit
efi_loader: eliminate handle member
authorHeinrich Schuchardt <[email protected]>
Wed, 26 Sep 2018 03:27:55 +0000 (05:27 +0200)
committerAlexander Graf <[email protected]>
Sun, 2 Dec 2018 20:59:36 +0000 (21:59 +0100)
commitfae0118e7ae3a209b30205f02e8349c36ec0dbd9
treed1cade62fe514991129ad318a519921e75779ce3
parentfaea1041054c355752dc61403fc885079daf015b
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 <[email protected]>
Signed-off-by: Alexander Graf <[email protected]>
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
This page took 0.035506 seconds and 4 git commands to generate.