Furquan Shaikh (furquan@google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15946
-gerrit
commit ae437a0461e4eaa6296907507aed6ecf1a83a35d Author: Furquan Shaikh furquan@google.com Date: Thu Jul 28 13:44:53 2016 -0700
soc/intel/apollolake: Include gpe.h in chip.h
This is required for using GPE_* macros in devicetree.cb.
BUG=chrome-os-partner:55670
Change-Id: I8f6f536df96cf8145bb0c03ec413fb2f374301b5 Signed-off-by: Furquan Shaikh furquan@google.com --- 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 37b1cc0..16c3aeb 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 <soc/gpe.h> #include <soc/gpio_defs.h> #include <soc/gpio.h> #include <soc/intel/common/lpss_i2c.h>