MdeModulePkg/CdExpressPei: Fix build error

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Feng Tian <feng.tian@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17489 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Feng Tian 2015-05-21 05:36:40 +00:00 committed by erictian
parent 1d13077bed
commit 02c9f1448c
1 changed files with 2 additions and 0 deletions

View File

@ -162,6 +162,8 @@ UpdateBlocksAndVolumes (
EFI_PEI_SERVICES **PeiServices;
IndexBlockDevice = 0;
BlockIo2Ppi = NULL;
BlockIoPpi = NULL;
//
// Find out all Block Io Ppi instances within the system
// Assuming all device Block Io Peims are dispatched already