diff options
Diffstat (limited to 'ArmPkg/Library')
-rw-r--r-- | ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.c b/ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.c index c06fa7f3eb..a24300312e 100644 --- a/ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.c +++ b/ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.c @@ -25,8 +25,6 @@ #include <Library/ArmLib.h>
#include <Library/DxeServicesTableLib.h>
-#include <Protocol/Cpu.h>
-
VOID *
UncachedInternalAllocatePages (
IN EFI_MEMORY_TYPE MemoryType,
|