From c987e65eb4391aeb2fecd8461e879424be20dd08 Mon Sep 17 00:00:00 2001 From: Marc Jones Date: Wed, 2 Dec 2020 16:25:16 -0700 Subject: soc/intel/xeon_sp: Don't use common block acpi.h Don't use the common block acpi.h when we aren't using the COMMON_ACPI config. Fixes a dependency build issue in an upcoming commit. Change-Id: I3b80f7bbdf81e594fdde5b750c666edd8ca7268d Signed-off-by: Marc Jones Reviewed-on: https://review.coreboot.org/c/coreboot/+/48254 Tested-by: build bot (Jenkins) Reviewed-by: Jay Talbott Reviewed-by: Jonathan Zhang --- src/soc/intel/xeon_sp/acpi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/intel/xeon_sp/acpi.c') diff --git a/src/soc/intel/xeon_sp/acpi.c b/src/soc/intel/xeon_sp/acpi.c index fb4cd78dd6..4fe8b206d3 100644 --- a/src/soc/intel/xeon_sp/acpi.c +++ b/src/soc/intel/xeon_sp/acpi.c @@ -4,12 +4,12 @@ #include #include #include -#include #include #include #include #include #include +#include #include #include #include -- cgit v1.2.3