mirror of https://github.com/acidanthera/audk.git
DynamicTablesPkg/SsdtSerialPortFixupLib: Switch to ArmGicLib.h
ArmGicArchLib is going away, and preprocessor defines related to the GIC have been moved into ArmGicLib.h instead. Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
This commit is contained in:
parent
9bf20991b4
commit
34ab9197a5
|
@ -31,7 +31,7 @@
|
|||
#include <Protocol/ConfigurationManagerProtocol.h>
|
||||
|
||||
#if defined (MDE_CPU_ARM) || defined (MDE_CPU_AARCH64)
|
||||
#include <Library/ArmGicArchLib.h>
|
||||
#include <Library/ArmGicLib.h>
|
||||
#endif
|
||||
|
||||
/** C array containing the compiled AML template.
|
||||
|
|
Loading…
Reference in New Issue