Vlv2TbltDevicePkg: Fix VS2015 build breaks

https://bugzilla.tianocore.org/show_bug.cgi?id=911

Fix minor code issues that break VS2015 builds.

Cc: David Wei <david.wei@intel.com>
Cc: Mang Guo <mang.guo@intel.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: David Wei <david.wei@intel.com>
This commit is contained in:
Kinney, Michael D 2018-03-27 16:40:05 -07:00
parent 12f3447c21
commit 40dc8c8bfd
3 changed files with 1 additions and 8 deletions

View File

@ -1185,7 +1185,6 @@ UpdatePlatformInformation (
EFI_STATUS Status;
UINT8 CpuFlavor=0;
EFI_PEI_HOB_POINTERS GuidHob;
EFI_PLATFORM_INFO_HOB *mPlatformInfo=NULL;
UINTN NumHandles;
EFI_HANDLE *HandleBuffer;
UINTN Index;

View File

@ -28,12 +28,6 @@ Abstract:
#include <Protocol/DataHub.h>
#include <Guid/DataHubRecords.h>
extern SMBIOS_TABLE_TYPE7 *SmbiosRecordL1;
extern SMBIOS_TABLE_TYPE7 *SmbiosRecordL2;
extern SMBIOS_TABLE_TYPE7 *SmbiosRecordL3;
UINT32
ConvertBase2ToRaw (
IN EFI_EXP_BASE2_DATA *Data)

View File

@ -147,7 +147,7 @@ PostPmInitCallBack (
EFI_STATUS
IgdPmHook (
IN EFI_HANDLE ImageHandle,
IN DXE_VLV_PLATFORM_POLICY_PROTOCOL *DxePlatformSaPolicy
IN DXE_VLV_PLATFORM_POLICY_PROTOCOL *DxePlatformSaPolicyParam
)
{