diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2019-11-10 02:16:33 +0100 |
---|---|---|
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2019-11-19 12:10:22 +0100 |
commit | 246e60184604a59312a4f8d66d83e155ace847c2 (patch) | |
tree | d1b9ed7933a683075779191056dc759479cea3cd /include/efi_loader.h | |
parent | d4a31e8ee5592072d8d5208b3e950cba2d89b6bd (diff) | |
download | u-boot-246e60184604a59312a4f8d66d83e155ace847c2.tar.gz u-boot-246e60184604a59312a4f8d66d83e155ace847c2.tar.bz2 u-boot-246e60184604a59312a4f8d66d83e155ace847c2.zip |
efi_loader: remove unused function efi_dp_from_dev()
Function efi_dp_from_dev() is not used anywhere. Remove it.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'include/efi_loader.h')
-rw-r--r-- | include/efi_loader.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/efi_loader.h b/include/efi_loader.h index 381da80cdc..16a1b258b1 100644 --- a/include/efi_loader.h +++ b/include/efi_loader.h @@ -543,7 +543,6 @@ struct efi_device_path *efi_dp_get_next_instance(struct efi_device_path **dp, /* Check if a device path contains muliple instances */ bool efi_dp_is_multi_instance(const struct efi_device_path *dp); -struct efi_device_path *efi_dp_from_dev(struct udevice *dev); struct efi_device_path *efi_dp_from_part(struct blk_desc *desc, int part); /* Create a device node for a block device partition. */ struct efi_device_path *efi_dp_part_node(struct blk_desc *desc, int part); |