Patrick Georgi has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/32399
Change subject: soc/intel/cannonlake: add missing console.h include ......................................................................
soc/intel/cannonlake: add missing console.h include
Change-Id: Ic23eb57a4096d4301d7f9478d8e65aaeb233de7b Signed-off-by: Patrick Georgi pgeorgi@google.com --- M src/soc/intel/cannonlake/acpi.c 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/99/32399/1
diff --git a/src/soc/intel/cannonlake/acpi.c b/src/soc/intel/cannonlake/acpi.c index 43d91d3..19469dc 100644 --- a/src/soc/intel/cannonlake/acpi.c +++ b/src/soc/intel/cannonlake/acpi.c @@ -20,6 +20,7 @@ #include <arch/smp/mpspec.h> #include <cbmem.h> #include <chip.h> +#include <console/console.h> #include <device/mmio.h> #include <device/pci_ops.h> #include <ec/google/chromeec/ec.h>