commit | fae0118e7ae3a209b30205f02e8349c36ec0dbd9 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Sep 26 05:27:55 2018 +0200 |
committer | Alexander Graf <agraf@suse.de> | Sun Dec 02 21:59:36 2018 +0100 |
tree | d1cade62fe514991129ad318a519921e75779ce3 | |
parent | faea1041054c355752dc61403fc885079daf015b [diff] |
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>