From: Ard Biesheuvel Date: Mon, 14 Dec 2015 13:00:21 +0000 (+0000) Subject: ArmPlatformPkg/CTA9x4: use declared PPI rather than module local var X-Git-Tag: edk2-stable201903~8299 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=377a3b025e0378ab70732f66709fce887fb5fdfe;hp=377a3b025e0378ab70732f66709fce887fb5fdfe ArmPlatformPkg/CTA9x4: use declared PPI rather than module local var We can refer to gArmMpCoreInfoPpiGuid directly if we declare it under [Ppis] in the library's .inf so there is no need to copy it into a module local variable. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel Reviewed-by: Leif Lindholm git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19242 6f19259b-4bc3-4df7-8a09-765794883524 ---