From 4969b4d9558f5cd2696c45c6480bc25fcc7972ae Mon Sep 17 00:00:00 2001 From: Raul E Rangel Date: Mon, 13 Sep 2021 08:40:45 -0600 Subject: soc/amd/picasso/agesa_acpi: Add missing include 'arch/cpu.h' Needed for cpuid_ext. BUG=b:179699789 TEST=build morphius Signed-off-by: Raul E Rangel Change-Id: Ib3a132bea06443ee4c1501b1c746400c541fd805 Reviewed-on: https://review.coreboot.org/c/coreboot/+/57618 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/soc/amd/picasso/agesa_acpi.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/soc/amd/picasso/agesa_acpi.c b/src/soc/amd/picasso/agesa_acpi.c index 4de4d15606..782600754a 100644 --- a/src/soc/amd/picasso/agesa_acpi.c +++ b/src/soc/amd/picasso/agesa_acpi.c @@ -3,6 +3,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3