aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/cannonlake/acpi.c
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2019-04-23 12:27:22 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-04-23 10:52:02 +0000
commit39c3d3951a83b59744b4a6ce91031bda13f4f493 (patch)
tree5b8339f4da9f899b49cdde37639d91affc55e71b /src/soc/intel/cannonlake/acpi.c
parente28fa4049d6a9c584bdf499fbaee2ee459b40118 (diff)
soc/intel/cannonlake: add missing console.h include
Change-Id: Ic23eb57a4096d4301d7f9478d8e65aaeb233de7b Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32399 Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/soc/intel/cannonlake/acpi.c')
-rw-r--r--src/soc/intel/cannonlake/acpi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/cannonlake/acpi.c b/src/soc/intel/cannonlake/acpi.c
index 43d91d3f83..19469dc94f 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>