diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-06-11 05:19:11 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-06-11 05:19:11 +0000 |
commit | dcd80475882c2cf378030b52eba528cd1f14eab6 (patch) | |
tree | a2b4f1d1587024e30cb4e8251656094c63f649dc /IntelFrameworkModulePkg | |
parent | f21c37708d5b2110e0b562e105adbebcb17e6453 (diff) | |
download | edk2-platforms-dcd80475882c2cf378030b52eba528cd1f14eab6.tar.xz |
remove reference to the obsolete EFI_LIGHT_ISA_IO_PROTOCOL.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5339 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg')
-rw-r--r-- | IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/ComponentName.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/ComponentName.c b/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/ComponentName.c index a8f046b4bc..7cb3c5a462 100644 --- a/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/ComponentName.c +++ b/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/ComponentName.c @@ -241,7 +241,7 @@ AddName ( Arguments:
SerialDevice - A pointer to the SERIAL_DEV instance.
- IsaIo - A pointer to the EFI_ISA_IO_PROTOCOL or EFI_LIGHT_ISA_IO_PROTOCOL instance.
+ IsaIo - A pointer to the EFI_ISA_IO_PROTOCOL instance.
Returns:
|