From 650d4716748fd8aef1675e72277baec5360068f2 Mon Sep 17 00:00:00 2001 From: Daisuke Nojiri Date: Tue, 12 Apr 2016 09:16:56 -0700 Subject: [PATCH] Add header files needed by gpio_list.h gpio_list.h needs to include compile_time_macros.h and gpio.h for ARRAY_SIZE, BUILD_ASSERT, and struct gpio_info. BUG=none BRANCH=tot TEST=make buildall && make tests Change-Id: Ifa24b0e534065750a006bde8357a13fa1838f7f5 Signed-off-by: Daisuke Nojiri Reviewed-on: https://chromium-review.googlesource.com/338460 Reviewed-by: Randall Spangler Reviewed-by: Bill Richardson --- include/gpio_list.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/gpio_list.h b/include/gpio_list.h index ba0b63e321..5fa9839e13 100644 --- a/include/gpio_list.h +++ b/include/gpio_list.h @@ -3,6 +3,8 @@ * found in the LICENSE file. */ +#include "compile_time_macros.h" +#include "gpio.h" #include "gpio_signal.h" #ifdef CONFIG_COMMON_GPIO_SHORTNAMES