]> git.proxmox.com Git - mirror_edk2.git/commitdiff
QuarkPlatformPkg/SpiFvbServices: Remove duplicate global variable
authorMichael Kinney <michael.d.kinney@intel.com>
Wed, 16 Dec 2015 17:31:15 +0000 (17:31 +0000)
committermdkinney <mdkinney@Edk2>
Wed, 16 Dec 2015 17:31:15 +0000 (17:31 +0000)
Remove declaration of gEfiFirmwareVolumeBlockProtocolGuid and
gEfiSmmFirmwareVolumeBlockProtocolGuid that are generating build
failures on GCC because these same variables are declared in
AutoGen.c and assigned a GUID value from DEC file.

Cc: Kelly Steele <kelly.steele@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Michael Kinney <michael.d.kinney@intel.com>
Reviewed-by: Kelly Steele <kelly.steele@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19305 6f19259b-4bc3-4df7-8a09-765794883524

QuarkPlatformPkg/Platform/SpiFvbServices/FwBlockService.c

index 6d21bb01b602ed20aa7c082748347f96ca6901d7..6cfe71028ee5c89635cc3914dba953217dcee176 100644 (file)
@@ -16,8 +16,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #include "FwBlockService.h"\r
 \r
 ESAL_FWB_GLOBAL         *mFvbModuleGlobal;\r
-EFI_GUID gEfiFirmwareVolumeBlockProtocolGuid;\r
-EFI_GUID gEfiSmmFirmwareVolumeBlockProtocolGuid;\r
 \r
 EFI_FW_VOL_BLOCK_DEVICE mFvbDeviceTemplate = {\r
   FVB_DEVICE_SIGNATURE,  // Signature\r