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.

Signed-off-by: Keith Short <keithshort@google.com>
This commit is contained in:
Keith Short 2023-09-08 13:52:58 -06:00 committed by Fabio Baltieri
commit 7695a4d5e6

View file

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