summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Drivers
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2016-10-24 16:59:41 +0100
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2016-10-28 10:24:24 +0100
commita383ca341e7531fab2b3fe2a5bc3294d477aa2fb (patch)
tree056645b631d815363d2cfd693a6de011c23a7527 /ArmPkg/Drivers
parent0d7631f08b0e183681f4d351af7e07be92812c33 (diff)
downloadedk2-a383ca341e7531fab2b3fe2a5bc3294d477aa2fb.tar.gz
edk2-a383ca341e7531fab2b3fe2a5bc3294d477aa2fb.tar.bz2
edk2-a383ca341e7531fab2b3fe2a5bc3294d477aa2fb.zip
ArmPkg/ArmCortexA9Lib RVCT: remove incompatible GCC include
Drop the include of AsmMacroIoLib.h, which contains GCC preprocessor macros that RVCT does not use or require, given it has its own AsmMacroIoLib.inc Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Tested-by: Ryan Harkin <ryan.harkin@linaro.org> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Diffstat (limited to 'ArmPkg/Drivers')
-rw-r--r--ArmPkg/Drivers/ArmCpuLib/ArmCortexA9Lib/ArmCortexA9Helper.asm4
1 files changed, 0 insertions, 4 deletions
diff --git a/ArmPkg/Drivers/ArmCpuLib/ArmCortexA9Lib/ArmCortexA9Helper.asm b/ArmPkg/Drivers/ArmCpuLib/ArmCortexA9Lib/ArmCortexA9Helper.asm
index 1417c9a782..882f25b780 100644
--- a/ArmPkg/Drivers/ArmCpuLib/ArmCortexA9Lib/ArmCortexA9Helper.asm
+++ b/ArmPkg/Drivers/ArmCpuLib/ArmCortexA9Lib/ArmCortexA9Helper.asm
@@ -11,10 +11,6 @@
//
//
-#include <AsmMacroIoLib.h>
-#include <Library/ArmCpuLib.h>
-#include <Chipset/ArmCortexA9.h>
-
INCLUDE AsmMacroExport.inc
INCLUDE AsmMacroIoLib.inc