diff options
author | Chasel Chiu <chasel.chiu@intel.com> | 2021-12-21 08:33:37 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-12-22 05:11:50 +0000 |
commit | 9ec2cc1f3138ef9314314df29fc6ce0aa5e120b9 (patch) | |
tree | 70774164e879677c3d827ef5cde66540bae96997 /IntelFsp2WrapperPkg | |
parent | de9e5b7dc721d4ca319c0455cf83577347e0abef (diff) | |
download | edk2-9ec2cc1f3138ef9314314df29fc6ce0aa5e120b9.tar.gz edk2-9ec2cc1f3138ef9314314df29fc6ce0aa5e120b9.tar.bz2 edk2-9ec2cc1f3138ef9314314df29fc6ce0aa5e120b9.zip |
IntelFsp2WrapperPkg : Remove EFIAPI from local functions.
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>
Diffstat (limited to 'IntelFsp2WrapperPkg')
-rw-r--r-- | IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.c | 1 | ||||
-rw-r--r-- | IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.c b/IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.c index 49fbb27eca..b0c6b2f8a6 100644 --- a/IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.c +++ b/IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.c @@ -45,7 +45,6 @@ extern EFI_GUID gFspHobGuid; **/
UINTN
-EFIAPI
GetFspmUpdDataAddress (
VOID
)
diff --git a/IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.c b/IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.c index ddee9cd029..fadadd40e6 100644 --- a/IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.c +++ b/IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.c @@ -188,7 +188,6 @@ FspSiliconInitDoneGetFspHobList ( **/
UINTN
-EFIAPI
GetFspsUpdDataAddress (
VOID
)
|