]> git.proxmox.com Git - mirror_edk2.git/commit
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)
commit66e2fa80b202a2ec99ebdcc74d135d124caa0b72
treec064c899c2c682b27e335756e14fbd3ba382a030
parentd8ed4dec6e5e462038bb63beb22ec2eae15c0e79
QuarkPlatformPkg/SpiFvbServices: Remove duplicate global variable

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