From 34ab9197a51f7e158c49875992c2392346f1ac7f Mon Sep 17 00:00:00 2001 From: Ard Biesheuvel Date: Thu, 16 Jan 2025 18:32:59 +0100 Subject: [PATCH] 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 --- .../Common/SsdtSerialPortFixupLib/SsdtSerialPortFixupLib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DynamicTablesPkg/Library/Common/SsdtSerialPortFixupLib/SsdtSerialPortFixupLib.c b/DynamicTablesPkg/Library/Common/SsdtSerialPortFixupLib/SsdtSerialPortFixupLib.c index e8eef4048d..fa1e401f9c 100644 --- a/DynamicTablesPkg/Library/Common/SsdtSerialPortFixupLib/SsdtSerialPortFixupLib.c +++ b/DynamicTablesPkg/Library/Common/SsdtSerialPortFixupLib/SsdtSerialPortFixupLib.c @@ -31,7 +31,7 @@ #include #if defined (MDE_CPU_ARM) || defined (MDE_CPU_AARCH64) - #include + #include #endif /** C array containing the compiled AML template.