diff options
Diffstat (limited to 'Nt32Pkg/SnpNt32Dxe')
-rw-r--r-- | Nt32Pkg/SnpNt32Dxe/ComponentName.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Nt32Pkg/SnpNt32Dxe/ComponentName.c b/Nt32Pkg/SnpNt32Dxe/ComponentName.c index b9de2efc60..7b2e9a7aa6 100644 --- a/Nt32Pkg/SnpNt32Dxe/ComponentName.c +++ b/Nt32Pkg/SnpNt32Dxe/ComponentName.c @@ -169,7 +169,7 @@ GLOBAL_REMOVE_IF_UNREFERENCED EFI_COMPONENT_NAME2_PROTOCOL gSnpNt32DriverCompone };
-static EFI_UNICODE_STRING_TABLE mSnpNt32DriverNameTable[] = {
+GLOBAL_REMOVE_IF_UNREFERENCED EFI_UNICODE_STRING_TABLE mSnpNt32DriverNameTable[] = {
{
"eng;en",
L"SNP NT32 Driver"
|