summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/DxeHobLib
diff options
context:
space:
mode:
authorjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-30 05:58:52 +0000
committerjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-30 05:58:52 +0000
commitfe467413d2230a2170bb3ffc91e5e8c909920628 (patch)
tree7da43ac0a74480310fcd775c9d47b8e86bf07bab /MdePkg/Library/DxeHobLib
parent7829726671acec54707ebfd0ac115dfd86b253e9 (diff)
downloadedk2-fe467413d2230a2170bb3ffc91e5e8c909920628.tar.gz
edk2-fe467413d2230a2170bb3ffc91e5e8c909920628.tar.bz2
edk2-fe467413d2230a2170bb3ffc91e5e8c909920628.zip
Patch to remove STATIC modifier. This is on longer recommended by EFI Framework coding style. All duplicated symbols has been renamed accordingly.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6295 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/DxeHobLib')
-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.