mirror of https://github.com/acidanthera/audk.git
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>
This commit is contained in:
parent
0d7631f08b
commit
a383ca341e
|
@ -11,10 +11,6 @@
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
|
|
||||||
#include <AsmMacroIoLib.h>
|
|
||||||
#include <Library/ArmCpuLib.h>
|
|
||||||
#include <Chipset/ArmCortexA9.h>
|
|
||||||
|
|
||||||
INCLUDE AsmMacroExport.inc
|
INCLUDE AsmMacroExport.inc
|
||||||
INCLUDE AsmMacroIoLib.inc
|
INCLUDE AsmMacroIoLib.inc
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue