From 713ace4c9676bd90f4aebe5b53a4e833273978e2 Mon Sep 17 00:00:00 2001 From: jwang36 Date: Fri, 13 Oct 2006 09:05:56 +0000 Subject: [PATCH 1/1] Removed GLOBAL_REMOVE_IF_UNREFENRENCED because it will cause compiler failure. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1743 6f19259b-4bc3-4df7-8a09-765794883524 --- EdkModulePkg/Bus/Pci/Ehci/Dxe/Ehci.h | 4 ++-- EdkModulePkg/Bus/Usb/UsbBus/Dxe/usbbus.h | 4 ++-- 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 ede8b43d2c..035d3302bd 100644 --- a/EdkModulePkg/Bus/Pci/Ehci/Dxe/Ehci.h +++ b/EdkModulePkg/Bus/Pci/Ehci/Dxe/Ehci.h @@ -28,8 +28,8 @@ Revision History #include -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 8dd36f35d4..a5d4c2426c 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 -- 2.39.2