summaryrefslogtreecommitdiff
path: root/MdePkg/Library/DxeHobLib/HobLib.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/DxeHobLib/HobLib.c')
-rw-r--r--MdePkg/Library/DxeHobLib/HobLib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/DxeHobLib/HobLib.c b/MdePkg/Library/DxeHobLib/HobLib.c
index d6e9e5fed6..db69912e4f 100644
--- a/MdePkg/Library/DxeHobLib/HobLib.c
+++ b/MdePkg/Library/DxeHobLib/HobLib.c
@@ -23,7 +23,7 @@
#include <Library/DebugLib.h>
#include <Library/BaseMemoryLib.h>
-STATIC VOID *mHobList = NULL;
+VOID *mHobList = NULL;
/**
The constructor function caches the pointer to HOB list.