From 9ec2cc1f3138ef9314314df29fc6ce0aa5e120b9 Mon Sep 17 00:00:00 2001 From: Chasel Chiu Date: Tue, 21 Dec 2021 08:33:37 +0800 Subject: 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 Cc: Star Zeng Cc: Ray Ni Cc: Ashraf Ali S Signed-off-by: Chasel Chiu Reviewed-by: Star Zeng --- IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.c | 1 - IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.c | 1 - 2 files changed, 2 deletions(-) (limited to 'IntelFsp2WrapperPkg') diff --git a/IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.c b/IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.c index 49fbb27..b0c6b2f 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 ddee9cd..fadadd4 100644 --- a/IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.c +++ b/IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.c @@ -188,7 +188,6 @@ FspSiliconInitDoneGetFspHobList ( **/ UINTN -EFIAPI GetFspsUpdDataAddress ( VOID ) -- cgit v1.1