commit | c3ee462fa1318c6ff8e5280c27d53a1f4bedfe84 | [log] [tgz] |
---|---|---|
author | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Mon Apr 29 19:05:26 2019 +0200 |
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Wed May 01 09:40:59 2019 +0200 |
tree | d85dc03948cfb404fb125fa2a31ebf7bd034034e | |
parent | 0f7c824dfc06479058858dc6a2a934d500f9bd14 [diff] |
rockchip: rk3399: include gpio.h After applying the series for debug_uart_init(), Travis-CI reports: arch/arm/mach-rockchip/rk3399/rk3399.c:90:2: error: implicit declaration of function 'spl_gpio_set_pull' [-Werror=implicit-function-declaration] spl_gpio_set_pull(&pmugrf->gpio0_p, GPIO(BANK_B, 2), GPIO_PULL_NORMAL); ^~~~~~~~~~~~~~~~~ This is caused by a missing header-file include. Fix it. Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>