From 49071515117d202a6d2f4426e006db57bed3098f Mon Sep 17 00:00:00 2001 From: Furquan Shaikh Date: Thu, 28 Jul 2016 13:44:53 -0700 Subject: [PATCH] UPSTREAM: soc/intel/apollolake: Include gpe.h in chip.h This is required for using GPE_* macros in devicetree.cb. BUG=chrome-os-partner:55670 BRANCH=None TEST=None Signed-off-by: Furquan Shaikh Reviewed-on: https://review.coreboot.org/15946 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin Reviewed-by: Duncan Laurie Reviewed-by: Shaunak Saha Reviewed-by: Paul Menzel Change-Id: I8f6f536df96cf8145bb0c03ec413fb2f374301b5 Reviewed-on: https://chromium-review.googlesource.com/365720 Commit-Ready: Furquan Shaikh Tested-by: Furquan Shaikh Reviewed-by: Aaron Durbin --- src/soc/intel/apollolake/chip.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/soc/intel/apollolake/chip.h b/src/soc/intel/apollolake/chip.h index 37b1cc0a1e..16c3aeb76f 100644 --- a/src/soc/intel/apollolake/chip.h +++ b/src/soc/intel/apollolake/chip.h @@ -18,6 +18,7 @@ #ifndef _SOC_APOLLOLAKE_CHIP_H_ #define _SOC_APOLLOLAKE_CHIP_H_ +#include #include #include #include