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 <dnojiri@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/338460
Reviewed-by: Randall Spangler <rspangler@chromium.org>
Reviewed-by: Bill Richardson <wfrichar@google.com>
This commit is contained in:
Daisuke Nojiri
2016-04-12 09:16:56 -07:00
committed by chrome-bot
parent e6533d36a8
commit 650d471674

View File

@@ -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