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>
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user