diff --git a/MdeModulePkg/Library/RuntimeResetSystemLib/RuntimeResetSystemLib.c b/MdeModulePkg/Library/RuntimeResetSystemLib/RuntimeResetSystemLib.c index 59b5c2b9d8..8e9f63246e 100644 --- a/MdeModulePkg/Library/RuntimeResetSystemLib/RuntimeResetSystemLib.c +++ b/MdeModulePkg/Library/RuntimeResetSystemLib/RuntimeResetSystemLib.c @@ -12,8 +12,8 @@ #include #include -EFI_EVENT mRuntimeResetSystemLibVirtualAddressChangeEvent; -EFI_RUNTIME_SERVICES *mInternalRT; +EFI_EVENT mRuntimeResetSystemLibVirtualAddressChangeEvent; +static EFI_RUNTIME_SERVICES *mInternalRT; /** This function causes a system-wide reset (cold reset), in which