[Concept,1/8] efi_loader: Drop unnecessary efi_dp_str()

Message ID 20250828221713.3218908-2-sjg@u-boot.org
State New
Headers
Series efi: A few minor improvements |

Commit Message

Simon Glass Aug. 28, 2025, 10:16 p.m. UTC
  From: Simon Glass <sjg@chromium.org>

This declaration already exists in efi.h so drop it from this header.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 include/efi_loader.h | 2 --
 1 file changed, 2 deletions(-)
  

Patch

diff --git a/include/efi_loader.h b/include/efi_loader.h
index 52314c33533..57bf508adb9 100644
--- a/include/efi_loader.h
+++ b/include/efi_loader.h
@@ -302,8 +302,6 @@  extern const struct efi_hii_config_access_protocol efi_hii_config_access;
 extern const struct efi_hii_database_protocol efi_hii_database;
 extern const struct efi_hii_string_protocol efi_hii_string;
 
-uint16_t *efi_dp_str(struct efi_device_path *dp);
-
 /* GUID for the auto generated boot menu entry */
 extern const efi_guid_t efi_guid_bootmenu_auto_generated;