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 (
)
{
UINT32 MicroCodeVersion;
CHAR16 Buffer[40];
CHAR16 Buffer[40];
UINT8 IgdVBIOSRevH;
UINT8 IgdVBIOSRevL;

View File

@@ -28,12 +28,6 @@ Abstract:
Abstract:
BIOS processor cache details.
Misc. subclass type 7.
SMBIOS type 7.
--*/
#include "CommonHeader.h"
#include "MiscSubclassDriver.h"
Misc. subclass type 7.
SMBIOS type 7.

View File

@@ -147,7 +147,7 @@ PostPmInitCallBack (
Initialize GT Post Routines.
@param ImageHandle Handle for the image of this driver
@param ImageHandle Handle for the image of this driver
@param DxePlatformSaPolicy SA DxePlatformPolicy protocol
@retval EFI_SUCCESS GT POST initialization complete