summaryrefslogtreecommitdiffstats
path: root/ArmPkg
diff options
context:
space:
mode:
authorOlivier Martin <olivier.martin@arm.com>2013-07-16 00:07:24 +0000
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2013-07-16 00:07:24 +0000
commitf5f89bf77dc3eedd53cd067f82b4216bb9a3b1e0 (patch)
treeda554f168784c209b3543fdf2104f0f7610bc714 /ArmPkg
parenta7463b30402033eb87dba85e32819f2e3a3201ba (diff)
downloadedk2-f5f89bf77dc3eedd53cd067f82b4216bb9a3b1e0.tar.gz
edk2-f5f89bf77dc3eedd53cd067f82b4216bb9a3b1e0.tar.bz2
edk2-f5f89bf77dc3eedd53cd067f82b4216bb9a3b1e0.zip
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.c2
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,