diff options
author | Furquan Shaikh <furquan@google.com> | 2016-07-28 13:44:53 -0700 |
---|---|---|
committer | Furquan Shaikh <furquan@google.com> | 2016-07-30 00:53:27 +0200 |
commit | 6e37e901935175360a0d301a5d56b282fab28ffb (patch) | |
tree | 2e5fb06bf5beec025224f11b72d9954299bc6832 /src/soc/intel/apollolake/chip.h | |
parent | ce37e47f46e52090529a91a45d1c914d159643c8 (diff) |
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>
Reviewed-on: https://review.coreboot.org/15946
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
Reviewed-by: Shaunak Saha <shaunak.saha@intel.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/soc/intel/apollolake/chip.h')
-rw-r--r-- | src/soc/intel/apollolake/chip.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <soc/gpe.h> #include <soc/gpio_defs.h> #include <soc/gpio.h> #include <soc/intel/common/lpss_i2c.h> |