summaryrefslogtreecommitdiff
path: root/QcomModulePkg/Library/BootLib/MenuKeysDetection.c
diff options
context:
space:
mode:
authorJeevan Shriram <jshriram@codeaurora.org>2016-08-18 18:57:30 -0700
committerJeevan Shriram <jshriram@codeaurora.org>2016-08-19 17:47:39 -0700
commit304c23b142140abee112000b5b0ab5d93a32954a (patch)
tree144b5df31873f4dbbcfd9aae23b36f3695b1b9b5 /QcomModulePkg/Library/BootLib/MenuKeysDetection.c
parent5d2531c2c7aec4e755de714fb125746c53e3b3ec (diff)
QcomModulePkg: Remove the guid externs from the source files
guid are defined in .dsc files and are available to source code during compilation. All the externs in the source code can be removed. CRs-Fixed: 1057168 Change-Id: I4149cb075fb824b919f763dcdaf8910f6ffe205d
Diffstat (limited to 'QcomModulePkg/Library/BootLib/MenuKeysDetection.c')
-rw-r--r--QcomModulePkg/Library/BootLib/MenuKeysDetection.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/QcomModulePkg/Library/BootLib/MenuKeysDetection.c b/QcomModulePkg/Library/BootLib/MenuKeysDetection.c
index f994734967..130eaf1728 100644
--- a/QcomModulePkg/Library/BootLib/MenuKeysDetection.c
+++ b/QcomModulePkg/Library/BootLib/MenuKeysDetection.c
@@ -99,8 +99,6 @@ STATIC VOID SetDeviceUnlockValue(INTN Type, BOOLEAN Status)
DeviceInfo *DevInfo = NULL;
struct RecoveryMessage Msg;
- extern EFI_GUID gEfiMiscPartitionGuid;
-
/* Read Device Info */
DevInfo = AllocateZeroPool(sizeof(DeviceInfo));
if (DevInfo == NULL) {
@@ -139,8 +137,6 @@ STATIC VOID UpdateDeviceStatus(OPTION_MENU_INFO *MsgInfo, INTN Reason)
{
CHAR8 FfbmPageBuffer[FFBM_MODE_BUF_SIZE];
- extern EFI_GUID gEfiMiscPartitionGuid;
-
/* Clear the screen */
gST->ConOut->ClearScreen (gST->ConOut);