summaryrefslogtreecommitdiff
path: root/include/efi_loader.h
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2019-11-10 04:16:33 +0300
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2019-11-19 14:10:22 +0300
commit246e60184604a59312a4f8d66d83e155ace847c2 (patch)
treed1b9ed7933a683075779191056dc759479cea3cd /include/efi_loader.h
parentd4a31e8ee5592072d8d5208b3e950cba2d89b6bd (diff)
downloadu-boot-246e60184604a59312a4f8d66d83e155ace847c2.tar.xz
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.h1
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);