]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: remove unused members from struct efi_disk_obj
authorMasahisa Kojima <masahisa.kojima@linaro.org>
Mon, 25 Dec 2023 04:43:54 +0000 (13:43 +0900)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 13 Jan 2024 17:17:46 +0000 (18:17 +0100)
commit6caf3a3e89649052cab41bd1578452368a4a57a0
treee4f6233f76ee3d7cbb7822c6039c872d5abaef62
parent50662260c41704d01a83f3d978a18d70eb799089
efi_loader: remove unused members from struct efi_disk_obj

part and dev_index in struct efi_disk_obj are not used,
let's remove it.

This commit also removes the invalid structure comment
for @dev, it does not exist.

Signed-off-by: Masahisa Kojima <masahisa.kojima@linaro.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_disk.c