diff options
-rw-r--r-- | EdkModulePkg/Bus/Pci/Ehci/Dxe/Ehci.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/EdkModulePkg/Bus/Pci/Ehci/Dxe/Ehci.h b/EdkModulePkg/Bus/Pci/Ehci/Dxe/Ehci.h index a5fa2be394..bb7060bba7 100644 --- a/EdkModulePkg/Bus/Pci/Ehci/Dxe/Ehci.h +++ b/EdkModulePkg/Bus/Pci/Ehci/Dxe/Ehci.h @@ -27,10 +27,8 @@ Revision History //
#include <IndustryStandard/pci22.h>
-#ifdef EFI_DEBUG
extern UINTN gEHCDebugLevel;
extern UINTN gEHCErrorLevel;
-#endif
#define STALL_1_MACRO_SECOND 1
#define STALL_1_MILLI_SECOND 1000 * STALL_1_MACRO_SECOND
|