Felix Held has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/50266 )
Change subject: soc/amd/common/block/acpi/pm_state: add missing include ......................................................................
soc/amd/common/block/acpi/pm_state: add missing include
Signed-off-by: Felix Held felix-coreboot@felixheld.de Change-Id: I22862c2d29f130c741b4817dac00287ecfc71fa2 --- M src/soc/amd/common/block/acpi/pm_state.c 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/66/50266/1
diff --git a/src/soc/amd/common/block/acpi/pm_state.c b/src/soc/amd/common/block/acpi/pm_state.c index a009718..253f90f 100644 --- a/src/soc/amd/common/block/acpi/pm_state.c +++ b/src/soc/amd/common/block/acpi/pm_state.c @@ -2,6 +2,7 @@
#include <acpi/acpi_gnvs.h> #include <acpi/acpi_pm.h> +#include <amdblocks/acpi.h> #include <bootstate.h> #include <soc/acpi.h> #include <soc/nvs.h>