summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Bus/Pci/UhciDxe/UsbHcMem.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdeModulePkg/Bus/Pci/UhciDxe/UsbHcMem.h')
-rw-r--r--MdeModulePkg/Bus/Pci/UhciDxe/UsbHcMem.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/MdeModulePkg/Bus/Pci/UhciDxe/UsbHcMem.h b/MdeModulePkg/Bus/Pci/UhciDxe/UsbHcMem.h
index 80b2aa382b..40a5c1d592 100644
--- a/MdeModulePkg/Bus/Pci/UhciDxe/UsbHcMem.h
+++ b/MdeModulePkg/Bus/Pci/UhciDxe/UsbHcMem.h
@@ -89,8 +89,7 @@ UsbHcInitMemPool (
IN EFI_PCI_IO_PROTOCOL *PciIo,
IN BOOLEAN Check4G,
IN UINT32 Which4G
- )
-;
+ );
/**
@@ -105,8 +104,7 @@ UsbHcInitMemPool (
EFI_STATUS
UsbHcFreeMemPool (
IN USBHC_MEM_POOL *Pool
- )
-;
+ );
@@ -124,8 +122,7 @@ VOID *
UsbHcAllocateMem (
IN USBHC_MEM_POOL *Pool,
IN UINTN Size
- )
-;
+ );
@@ -144,6 +141,5 @@ UsbHcFreeMem (
IN USBHC_MEM_POOL *Pool,
IN VOID *Mem,
IN UINTN Size
- )
-;
+ );
#endif