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:
Ard Biesheuvel 2025-01-16 18:32:59 +01:00 committed by mergify[bot]
parent 9bf20991b4
commit 34ab9197a5
1 changed files with 1 additions and 1 deletions

View File

@ -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.