Skip to content

Commit

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

Signed-off-by: Keith Short <keithshort@google.com>
  • Loading branch information
keith-zephyr authored and fabiobaltieri committed Sep 8, 2023
1 parent 28e6839 commit 7695a4d
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 7695a4d

Please sign in to comment.