diff options
Diffstat (limited to 'src/drivers/tpm')
-rw-r--r-- | src/drivers/tpm/tpm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/tpm/tpm.c b/src/drivers/tpm/tpm.c index 53a0c4b59b..a38e18185a 100644 --- a/src/drivers/tpm/tpm.c +++ b/src/drivers/tpm/tpm.c @@ -7,7 +7,7 @@ #include <security/tpm/tspi.h> #if CONFIG(HAVE_ACPI_RESUME) -#include <arch/acpi.h> +#include <acpi/acpi.h> #endif static void init_tpm_dev(void *unused) |