]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
efi_loader: Mark efi_bootmgr_release_uridp as static
authorIlias Apalodimas <ilias.apalodimas@linaro.org>
Sat, 26 Oct 2024 07:37:32 +0000 (10:37 +0300)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 30 Oct 2024 20:44:42 +0000 (21:44 +0100)
This is only used locally so make it static

Suggested-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
lib/efi_loader/efi_bootmgr.c

index a3aa2b8d1b9237a40b06aa18261263d2d3193210..f9b5988a06eaf993f36e128b68d3b4b50147dcc4 100644 (file)
@@ -385,7 +385,7 @@ err:
  * @ctx:       event context
  * Return:     status code
  */
-efi_status_t efi_bootmgr_release_uridp(struct uridp_context *ctx)
+static efi_status_t efi_bootmgr_release_uridp(struct uridp_context *ctx)
 {
        efi_status_t ret = EFI_SUCCESS;
        efi_status_t ret2 = EFI_SUCCESS;