From 0f1b1029ae498ececacefe5b310e23e73d4644e0 Mon Sep 17 00:00:00 2001 From: Harsha Priya Date: Wed, 6 Jul 2016 12:00:49 -0700 Subject: [PATCH] UPSTREAM: soc/intel/apollolake: Include gpio_defs header Add the gpio_defs.h reference in chip.h to enable reef and amenia devicetree.cb to use the definitions from gpio_defs.h. BUG=None BRANCH=None TEST=None Change-Id: I333d4e810e42309ac76dd90c19f05cf3e3a517b1 Original-Signed-off-by: Sathyanarayana Nujella Original-Reviewed-on: https://review.coreboot.org/15550 Original-Tested-by: build bot (Jenkins) Original-Reviewed-by: Aaron Durbin Original-Reviewed-by: Paul Menzel Signed-off-by: Aaron Durbin Reviewed-on: https://chromium-review.googlesource.com/359312 Reviewed-by: Furquan Shaikh --- 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 fa79cf83b9..bcc81070a9 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