From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mx.groups.io with SMTP id smtpd.web11.231.1640047191839951895 for ; Mon, 20 Dec 2021 16:39:52 -0800 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=TYFY79Nk; spf=pass (domain: intel.com, ip: 134.134.136.100, mailfrom: chasel.chiu@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1640047191; x=1671583191; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=AcQcio1+cvSOy3ZHEz8hUXvC/xV68e8tDqWKzqtW0W4=; b=TYFY79Nkv/pJbH6N7l4sGpA2PMyTFu4QWmvsC9pB4t157Xej9a/7Yip4 8OiOLEgwiGAJe5ktMXVtvFU747KWxpyfOAWjAFe+Ebp0ZA8Sx9JR1GcM1 hvPEBcaCfZezeWl4huW4W5e/5xeugzsWWbIpoeGTvyfotdSFt/MGHiFrA U75sklBjf4urSxS56xrUAb9Rv5u2vxxThORaI/kjh+kEzcO7WuL8aqTIi l8a0WX9mdREgH06FImV9Z1Thz+uooaqreD2MJCAIbXK6atTK3GvYWYkvC JuVb0v5AuYLKDSLoxtK2Gp5lGfc7ntHyQyA/pT+ADNwdv6u7VmJsObopj Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10204"; a="303668039" X-IronPort-AV: E=Sophos;i="5.88,221,1635231600"; d="scan'208";a="303668039" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Dec 2021 16:39:50 -0800 X-IronPort-AV: E=Sophos;i="5.88,221,1635231600"; d="scan'208";a="755596200" Received: from cchiu4-mobl.gar.corp.intel.com ([10.252.186.196]) by fmsmga006-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Dec 2021 16:39:48 -0800 From: "Chiu, Chasel" To: devel@edk2.groups.io Cc: Chasel Chiu , Nate DeSimone , Star Zeng , Ray Ni , Ashraf Ali S Subject: [PATCH] IntelFsp2WrapperPkg : Remove EFIAPI from local functions. Date: Tue, 21 Dec 2021 08:39:35 +0800 Message-Id: <20211221003935.1680-1-chasel.chiu@intel.com> X-Mailer: git-send-email 2.28.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3642 Local functions do not need EFIAPI. Cc: Nate DeSimone Cc: Star Zeng Cc: Ray Ni Cc: Ashraf Ali S Signed-off-by: Chasel Chiu --- IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.c | 1 - IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.c | 1 - 2 files changed, 2 deletions(-) diff --git a/IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.c b/IntelF= sp2WrapperPkg/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; **/=0D =0D UINTN=0D -EFIAPI=0D GetFspmUpdDataAddress (=0D VOID=0D )=0D diff --git a/IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.c b/IntelF= sp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.c index ddee9cd029..fadadd40e6 100644 --- a/IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.c +++ b/IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.c @@ -188,7 +188,6 @@ FspSiliconInitDoneGetFspHobList ( **/=0D =0D UINTN=0D -EFIAPI=0D GetFspsUpdDataAddress (=0D VOID=0D )=0D --=20 2.28.0.windows.1