Message ID | 1473327868-17953-1-git-send-email-ard.biesheuvel@linaro.org |
---|---|
State | Accepted |
Commit | 20d988be998dfb54d00e12853b1a06445a830f5e |
Headers | show |
diff --git a/ArmPkg/Library/ArmLib/AArch64/AArch64ArchTimer.c b/ArmPkg/Library/ArmLib/AArch64/AArch64ArchTimer.c index 63ce1978c091..31286eefff30 100644 --- a/ArmPkg/Library/ArmLib/AArch64/AArch64ArchTimer.c +++ b/ArmPkg/Library/ArmLib/AArch64/AArch64ArchTimer.c @@ -15,7 +15,6 @@ #include <Uefi.h> #include <Chipset/AArch64.h> #include <Library/BaseMemoryLib.h> -#include <Library/MemoryAllocationLib.h> #include <Library/ArmLib.h> #include <Library/BaseLib.h> #include <Library/DebugLib.h> diff --git a/ArmPkg/Library/ArmLib/ArmV7/ArmV7ArchTimer.c b/ArmPkg/Library/ArmLib/ArmV7/ArmV7ArchTimer.c index 49be71bbe088..c0b3a9ed5d24 100644 --- a/ArmPkg/Library/ArmLib/ArmV7/ArmV7ArchTimer.c +++ b/ArmPkg/Library/ArmLib/ArmV7/ArmV7ArchTimer.c @@ -15,7 +15,6 @@ #include <Uefi.h> #include <Chipset/ArmV7.h> #include <Library/BaseMemoryLib.h> -#include <Library/MemoryAllocationLib.h> #include <Library/ArmLib.h> #include <Library/BaseLib.h> #include <Library/DebugLib.h>
The ArmBaseLib timer code does not depend on MemoryAllocationLib at all, so remove the #includes referring to it. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> --- ArmPkg/Library/ArmLib/AArch64/AArch64ArchTimer.c | 1 - ArmPkg/Library/ArmLib/ArmV7/ArmV7ArchTimer.c | 1 - 2 files changed, 2 deletions(-) -- 2.7.4 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel