diff options
Diffstat (limited to 'UnixPkg/UnixUgaDxe/ComponentName.c')
-rw-r--r-- | UnixPkg/UnixUgaDxe/ComponentName.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UnixPkg/UnixUgaDxe/ComponentName.c b/UnixPkg/UnixUgaDxe/ComponentName.c index 5c50d56..282c593 100644 --- a/UnixPkg/UnixUgaDxe/ComponentName.c +++ b/UnixPkg/UnixUgaDxe/ComponentName.c @@ -49,7 +49,7 @@ EFI_COMPONENT_NAME_PROTOCOL gUnixUgaComponentName = { "eng"
};
-static EFI_UNICODE_STRING_TABLE mUnixUgaDriverNameTable[] = {
+EFI_UNICODE_STRING_TABLE mUnixUgaDriverNameTable[] = {
{ "eng", L"Unix Universal Graphics Adapter Driver" },
{ NULL , NULL }
};
|