[PATCH v1 1/1] efi_loader: Mark a function static
Andy Shevchenko
andriy.shevchenko at linux.intel.com
Tue Oct 22 15:18:45 CEST 2024
On Tue, Oct 22, 2024 at 08:02:46AM +0200, Heinrich Schuchardt wrote:
> On 10/21/24 16:40, Ilias Apalodimas wrote:
> > On Mon, 21 Oct 2024 at 17:06, Andy Shevchenko
> > <andriy.shevchenko at linux.intel.com> wrote:
> > >
> > > efi_bootmgr_release_uridp_resource() is not used anywhere except
> > > the same file where it is defined. Mark it static.
> > > This helps avoiding the compiler warning:
> > >
> > > lib/efi_loader/efi_bootmgr.c:388:14: warning: no previous prototype for ‘efi_bootmgr_release_uridp_resource’ [-Wmissing-prototypes]
> The function is called efi_bootmgr_release_uridp() since 292a4a4c7b77
> ("efi_loader: shorten efi_bootmgr_release_uridp_resource()").
Thanks! The problem is that U-Boot doesn't have the latest tag (yet)
that includes this change. You can help with managing the conflict.
--
With Best Regards,
Andy Shevchenko
More information about the U-Boot
mailing list