[Concept,05/18] efi_loader: Drop unnecessary efi_dp_str()

Message ID 20250902152158.2285264-6-sjg@u-boot.org
State New
Headers
Series efi: Improve integration of the app with a Shim environment |

Commit Message

Simon Glass Sept. 2, 2025, 3:21 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;