diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/coreboot_table.c | 2 | ||||
-rw-r--r-- | src/lib/hardwaremain.c | 2 | ||||
-rw-r--r-- | src/lib/nhlt.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/coreboot_table.c b/src/lib/coreboot_table.c index d2615243b2..075bd04082 100644 --- a/src/lib/coreboot_table.c +++ b/src/lib/coreboot_table.c @@ -26,7 +26,7 @@ #endif #if CONFIG(CHROMEOS) #if CONFIG(HAVE_ACPI_TABLES) -#include <arch/acpi.h> +#include <acpi/acpi.h> #endif #include <vendorcode/google/chromeos/chromeos.h> #include <vendorcode/google/chromeos/gnvs.h> diff --git a/src/lib/hardwaremain.c b/src/lib/hardwaremain.c index 4fdf55446a..73632fc512 100644 --- a/src/lib/hardwaremain.c +++ b/src/lib/hardwaremain.c @@ -21,7 +21,7 @@ #include <boot/tables.h> #include <program_loading.h> #if CONFIG(HAVE_ACPI_RESUME) -#include <arch/acpi.h> +#include <acpi/acpi.h> #endif #include <timer.h> #include <timestamp.h> diff --git a/src/lib/nhlt.c b/src/lib/nhlt.c index 4ed3c6c13c..462a9ce57d 100644 --- a/src/lib/nhlt.c +++ b/src/lib/nhlt.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-only */ /* This file is part of the coreboot project. */ -#include <arch/acpi.h> +#include <acpi/acpi.h> #include <cbfs.h> #include <commonlib/endian.h> #include <console/console.h> |