summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Bus/Pci/EhciDxe/EhciDebug.h
diff options
context:
space:
mode:
authorshenglei <shenglei.zhang@intel.com>2018-08-08 13:41:17 +0800
committerStar Zeng <star.zeng@intel.com>2018-08-21 16:28:55 +0800
commitf210a4339148d62ea33843bbd70c3c447553952a (patch)
tree5ff465f824d91ac53662081d0f527aba6d3ad30f /MdeModulePkg/Bus/Pci/EhciDxe/EhciDebug.h
parent385fd1b846832b618bb573eacb212305dff61f06 (diff)
downloadedk2-f210a4339148d62ea33843bbd70c3c447553952a.tar.gz
edk2-f210a4339148d62ea33843bbd70c3c447553952a.tar.bz2
edk2-f210a4339148d62ea33843bbd70c3c447553952a.zip
MdeModulePkg EhciDxe: Remove redundant functions
The functions that are never called have been removed. They are EhcDumpRegs,EhcDisableAsyncSchd and EhcDisablePeriodSchd https://bugzilla.tianocore.org/show_bug.cgi?id=1062 Cc: Star Zeng <star.zeng@intel.com> Cc: Eric Dong <eric.dong@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: shenglei <shenglei.zhang@intel.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com>
Diffstat (limited to 'MdeModulePkg/Bus/Pci/EhciDxe/EhciDebug.h')
-rw-r--r--MdeModulePkg/Bus/Pci/EhciDxe/EhciDebug.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/MdeModulePkg/Bus/Pci/EhciDxe/EhciDebug.h b/MdeModulePkg/Bus/Pci/EhciDxe/EhciDebug.h
index bc84bb7864..a64b0551a0 100644
--- a/MdeModulePkg/Bus/Pci/EhciDxe/EhciDebug.h
+++ b/MdeModulePkg/Bus/Pci/EhciDxe/EhciDebug.h
@@ -61,15 +61,4 @@ EhcDumpBuf (
);
-/**
- Dump the EHCI status registers.
-
- @param Ehc USB EHCI Host Controller instance
-
-**/
-VOID
-EhcDumpRegs (
- IN USB2_HC_DEV *Ehc
- );
-
#endif