efi_loader: move efi_unload_image() down in source
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 1 May 2019 17:04:32 +0000 (19:04 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 7 May 2019 19:10:03 +0000 (21:10 +0200)
commit46e99a9cf7ea06837184da766b5a43065c523d10
treec9cdec491f4590cbd4175fdfcd1d609fb6f39867
parentcd73aba656b19d795eaf5756d5d4815d299cf07f
efi_loader: move efi_unload_image() down in source

Move efi_unload_image() down in source to avoid forward declaration in
follwing page.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_boottime.c