From: Jordan Justen Date: Tue, 21 Jan 2014 19:38:57 +0000 (+0000) Subject: OvmfPkg/Sec: Remove EFIAPI from functions that don't require it X-Git-Tag: edk2-stable201903~11808 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=b6f564a7633224b04e297b7a36af751fecd7641f OvmfPkg/Sec: Remove EFIAPI from functions that don't require it These are all internal functions that don't interface with assembly code or other drivers. Therefore EFIAPI is not required. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jordan Justen Reviewed-by: Laszlo Ersek git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15149 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/OvmfPkg/Sec/SecMain.c b/OvmfPkg/Sec/SecMain.c index b9564b48d7..e25825e51a 100644 --- a/OvmfPkg/Sec/SecMain.c +++ b/OvmfPkg/Sec/SecMain.c @@ -205,7 +205,6 @@ FindFfsSectionInSections ( **/ EFI_STATUS -EFIAPI FindFfsFileAndSection ( IN EFI_FIRMWARE_VOLUME_HEADER *Fv, IN EFI_FV_FILETYPE FileType, @@ -280,7 +279,6 @@ FindFfsFileAndSection ( **/ EFI_STATUS -EFIAPI DecompressGuidedFv ( IN OUT EFI_FIRMWARE_VOLUME_HEADER **Fv ) @@ -370,7 +368,6 @@ DecompressGuidedFv ( **/ EFI_STATUS -EFIAPI FindPeiCoreImageBaseInFv ( IN EFI_FIRMWARE_VOLUME_HEADER *Fv, OUT EFI_PHYSICAL_ADDRESS *PeiCoreImageBase @@ -414,7 +411,6 @@ FindPeiCoreImageBaseInFv ( **/ VOID -EFIAPI FindPeiCoreImageBase ( IN OUT EFI_FIRMWARE_VOLUME_HEADER **BootFv, OUT EFI_PHYSICAL_ADDRESS *PeiCoreImageBase @@ -434,7 +430,6 @@ FindPeiCoreImageBase ( **/ EFI_STATUS -EFIAPI FindImageBase ( IN EFI_FIRMWARE_VOLUME_HEADER *BootFirmwareVolumePtr, OUT EFI_PHYSICAL_ADDRESS *SecCoreImageBase @@ -527,7 +522,6 @@ FindImageBase ( **/ VOID -EFIAPI FindAndReportEntryPoints ( IN EFI_FIRMWARE_VOLUME_HEADER **BootFirmwareVolumePtr, OUT EFI_PEI_CORE_ENTRY_POINT *PeiCoreEntryPoint