Skip to content

Commit

Permalink
Vlv2TbltDevicePkg: Fix VS2015 build breaks
Browse files Browse the repository at this point in the history
https://bugzilla.tianocore.org/show_bug.cgi?id=911

Fix minor code issues that break VS2015 builds.

Cc: David Wei <[email protected]>
Cc: Mang Guo <[email protected]>
Cc: Jiewen Yao <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Michael D Kinney <[email protected]>
Reviewed-by: David Wei <[email protected]>
  • Loading branch information
mdkinney committed Mar 28, 2018
1 parent 12f3447 commit 40dc8c8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion Vlv2TbltDevicePkg/PlatformSetupDxe/SetupInfoRecords.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
6 changes: 0 additions & 6 deletions Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscProcessorCacheFunction.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ Module Name:
#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)
Expand Down
2 changes: 1 addition & 1 deletion Vlv2TbltDevicePkg/VlvPlatformInitDxe/VlvPlatformInit.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
{

Expand Down

0 comments on commit 40dc8c8

Please sign in to comment.