efi/libstub: Add missing prototype for PE/COFF entry point
authorArd Biesheuvel <ardb@kernel.org>
Sat, 23 May 2020 09:01:57 +0000 (11:01 +0200)
committerArd Biesheuvel <ardb@kernel.org>
Sat, 23 May 2020 09:01:57 +0000 (11:01 +0200)
commit6e99d3213b10ee18428d6d20715ad6c0e89ead4d
tree95b6b4177f0574cdfcb9e24b2ad86f25af2ca57c
parentd8bd8c6e2cfab8b78b537715255be8d7557791c0
efi/libstub: Add missing prototype for PE/COFF entry point

Fix a missing prototype warning by adding a forward declaration
for the PE/COFF entrypoint, and while at it, align the function
name between the x86 and ARM versions of the stub.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
arch/arm/boot/compressed/efi-header.S
arch/arm64/kernel/efi-entry.S
arch/arm64/kernel/efi-header.S
drivers/firmware/efi/libstub/efi-stub.c
drivers/firmware/efi/libstub/efistub.h