]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.c
Patch to remove STATIC modifier. This is on longer recommended by EFI Framework codin...
[mirror_edk2.git] / MdeModulePkg / Library / DxePerformanceLib / DxePerformanceLib.c
index 84241515372222bed9e79f2e6306e15f71cba715..35a50f726b12fe4582d9d530fba2ec56f3ae62e6 100644 (file)
@@ -22,7 +22,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #include <Library/UefiBootServicesTableLib.h>\r
 #include <Library/PcdLib.h>\r
 \r
-STATIC PERFORMANCE_PROTOCOL    *mPerformance = NULL;\r
+PERFORMANCE_PROTOCOL    *mPerformance = NULL;\r
 \r
 /**\r
   The constructor function caches the pointer to Performance protocol.\r
@@ -34,7 +34,6 @@ STATIC PERFORMANCE_PROTOCOL    *mPerformance = NULL;
   @retval Other           Performance protocol is not located to log performance.\r
 \r
 **/\r
-STATIC\r
 EFI_STATUS\r
 GetPerformanceProtocol (\r
   VOID\r