summaryrefslogtreecommitdiff
path: root/UnixPkg/UnixSerialIoDxe/ComponentName.c
diff options
context:
space:
mode:
Diffstat (limited to 'UnixPkg/UnixSerialIoDxe/ComponentName.c')
-rw-r--r--UnixPkg/UnixSerialIoDxe/ComponentName.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/UnixPkg/UnixSerialIoDxe/ComponentName.c b/UnixPkg/UnixSerialIoDxe/ComponentName.c
index 2b7cb92..d450daa 100644
--- a/UnixPkg/UnixSerialIoDxe/ComponentName.c
+++ b/UnixPkg/UnixSerialIoDxe/ComponentName.c
@@ -49,7 +49,7 @@ EFI_COMPONENT_NAME_PROTOCOL gUnixSerialIoComponentName = {
"eng"
};
-static EFI_UNICODE_STRING_TABLE mUnixSerialIoDriverNameTable[] = {
+EFI_UNICODE_STRING_TABLE mUnixSerialIoDriverNameTable[] = {
{ "eng", L"Unix Serial I/O Driver" },
{ NULL , NULL }
};