Skip to content

Commit

Permalink
FROMPULL: x86: Remove unused ACPI include
Browse files Browse the repository at this point in the history
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.

zephyrproject-rtos/zephyr#62461

Change-Id: I448b3709b7470ebf0d869a5ebde819f745df0de5
Signed-off-by: Keith Short <keithshort@google.com>
(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 <jbettis@chromium.org>
Reviewed-by: Al Semjonovs <asemjonovs@google.com>
Tested-by: Keith Short <keithshort@chromium.org>
Commit-Queue: Keith Short <keithshort@chromium.org>
  • Loading branch information
keith-zephyr authored and Chromeos LUCI committed Sep 8, 2023
1 parent acfb7a0 commit 44cca38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/x86/core/prep_c.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

#include <zephyr/kernel.h>
#include <kernel_internal.h>
#include <zephyr/acpi/acpi.h>
#include <zephyr/arch/x86/multiboot.h>
#include <zephyr/arch/x86/efi.h>
#include <x86_mmu.h>
Expand Down

0 comments on commit 44cca38

Please sign in to comment.