diff options
author | Olivier Martin <olivier.martin@arm.com> | 2013-07-16 00:07:24 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2013-07-16 00:07:24 +0000 |
commit | f5f89bf77dc3eedd53cd067f82b4216bb9a3b1e0 (patch) | |
tree | da554f168784c209b3543fdf2104f0f7610bc714 /ArmPkg | |
parent | a7463b30402033eb87dba85e32819f2e3a3201ba (diff) | |
download | edk2-platforms-f5f89bf77dc3eedd53cd067f82b4216bb9a3b1e0.tar.xz |
ArmPkg/UncachedMemoryAllocationLib: Removed unused header (Protocol/Cpu.h)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <olivier.martin@arm.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14469 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPkg')
-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,
|