]> git.proxmox.com Git - mirror_edk2.git/commitdiff
IntelFsp2WrapperPkg : Remove EFIAPI from local functions.
authorChasel Chiu <chasel.chiu@intel.com>
Tue, 21 Dec 2021 00:33:37 +0000 (08:33 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 22 Dec 2021 05:11:50 +0000 (05:11 +0000)
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3642

Local functions do not need EFIAPI.

Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Ashraf Ali S <ashraf.ali.s@intel.com>
Signed-off-by: Chasel Chiu <chasel.chiu@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.c
IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.c

index 49fbb27eca948827cb208039d998a0400add178a..b0c6b2f8a67f0b6481bcfe08ce589eb0ba1705dc 100644 (file)
@@ -45,7 +45,6 @@ extern EFI_GUID  gFspHobGuid;
 **/\r
 \r
 UINTN\r
-EFIAPI\r
 GetFspmUpdDataAddress (\r
   VOID\r
   )\r
index ddee9cd02927c8690bdf97167a654ddeee0b7f13..fadadd40e628a6109622d5b5715fb33e5e76690a 100644 (file)
@@ -188,7 +188,6 @@ FspSiliconInitDoneGetFspHobList (
 **/\r
 \r
 UINTN\r
-EFIAPI\r
 GetFspsUpdDataAddress (\r
   VOID\r
   )\r