summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--EdkModulePkg/Bus/Pci/Ehci/Dxe/Ehci.h4
-rw-r--r--EdkModulePkg/Bus/Usb/UsbBus/Dxe/usbbus.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/EdkModulePkg/Bus/Pci/Ehci/Dxe/Ehci.h b/EdkModulePkg/Bus/Pci/Ehci/Dxe/Ehci.h
index ede8b43..035d330 100644
--- a/EdkModulePkg/Bus/Pci/Ehci/Dxe/Ehci.h
+++ b/EdkModulePkg/Bus/Pci/Ehci/Dxe/Ehci.h
@@ -28,8 +28,8 @@ Revision History
#include <IndustryStandard/pci22.h>
-GLOBAL_REMOVE_IF_UNREFERENCED extern UINTN gEHCDebugLevel;
-GLOBAL_REMOVE_IF_UNREFERENCED extern UINTN gEHCErrorLevel;
+extern UINTN gEHCDebugLevel;
+extern UINTN gEHCErrorLevel;
#define STALL_1_MACRO_SECOND 1
diff --git a/EdkModulePkg/Bus/Usb/UsbBus/Dxe/usbbus.h b/EdkModulePkg/Bus/Usb/UsbBus/Dxe/usbbus.h
index 8dd36f3..a5d4c24 100644
--- a/EdkModulePkg/Bus/Usb/UsbBus/Dxe/usbbus.h
+++ b/EdkModulePkg/Bus/Usb/UsbBus/Dxe/usbbus.h
@@ -31,8 +31,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#include "usbutil.h"
-GLOBAL_REMOVE_IF_UNREFERENCED extern UINTN gUSBDebugLevel;
-GLOBAL_REMOVE_IF_UNREFERENCED extern UINTN gUSBErrorLevel;
+extern UINTN gUSBDebugLevel;
+extern UINTN gUSBErrorLevel;
#define MICROSECOND 10000