mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 20:56:12 +02:00
efi_loader: Mark efi_bootmgr_release_uridp as static
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>
This commit is contained in:
parent
a01e7d2538
commit
b63cb21221
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user