diff options
Diffstat (limited to 'MdeModulePkg/Bus/Pci/UhciDxe/Uhci.c')
-rw-r--r-- | MdeModulePkg/Bus/Pci/UhciDxe/Uhci.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/MdeModulePkg/Bus/Pci/UhciDxe/Uhci.c b/MdeModulePkg/Bus/Pci/UhciDxe/Uhci.c index 568720d3ef..a4110b75a2 100644 --- a/MdeModulePkg/Bus/Pci/UhciDxe/Uhci.c +++ b/MdeModulePkg/Bus/Pci/UhciDxe/Uhci.c @@ -1507,8 +1507,6 @@ ON_ERROR: @param Uhc The UHCI device to release.
- @return None.
-
**/
VOID
UhciFreeDev (
@@ -1537,8 +1535,6 @@ UhciFreeDev ( @param Controller Controller handle.
@param This Protocol instance pointer.
- @return None.
-
**/
VOID
UhciCleanDevUp (
|