diff options
Diffstat (limited to 'MdeModulePkg/Library/DxePerformanceLib')
-rw-r--r-- | MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.c b/MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.c index 8424151537..35a50f726b 100644 --- a/MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.c +++ b/MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.c @@ -22,7 +22,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #include <Library/UefiBootServicesTableLib.h>
#include <Library/PcdLib.h>
-STATIC PERFORMANCE_PROTOCOL *mPerformance = NULL;
+PERFORMANCE_PROTOCOL *mPerformance = NULL;
/**
The constructor function caches the pointer to Performance protocol.
@@ -34,7 +34,6 @@ STATIC PERFORMANCE_PROTOCOL *mPerformance = NULL; @retval Other Performance protocol is not located to log performance.
**/
-STATIC
EFI_STATUS
GetPerformanceProtocol (
VOID
|