From 44cca384a54cf07087dd06fd61cbc6e973c5d42a Mon Sep 17 00:00:00 2001 From: Keith Short Date: Fri, 8 Sep 2023 13:52:58 -0600 Subject: [PATCH] FROMPULL: x86: Remove unused ACPI include The prep_c.c source doesn't depend on the ACPI library. As ACPI support now requires the ACPICA module, the extra header breaks projects using x86 without ACPI support. https://github.com/zephyrproject-rtos/zephyr/pull/62461 Change-Id: I448b3709b7470ebf0d869a5ebde819f745df0de5 Signed-off-by: Keith Short (cherry picked from commit 4db18235c10789537d37dccc8716882f20757c78) BUG: b:299668808 TEST: zmake build rex-ish Change-Id: I97f71998214d89a879ce875972315a93e47f8b16 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/4854480 Reviewed-by: Jeremy Bettis Reviewed-by: Al Semjonovs Tested-by: Keith Short Commit-Queue: Keith Short --- arch/x86/core/prep_c.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/x86/core/prep_c.c b/arch/x86/core/prep_c.c index ffb4d6b019a..ee095efe33d 100644 --- a/arch/x86/core/prep_c.c +++ b/arch/x86/core/prep_c.c @@ -6,7 +6,6 @@ #include #include -#include #include #include #include