u-boot-brain/arch/arm/mach-rockchip/rk3399
Philipp Tomsich 8c5805a210 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>
2019-05-01 09:40:59 +02:00
..
clk_rk3399.c rockchip: use 'arch-rockchip' as header file path 2019-05-01 00:00:05 +02:00
Kconfig rockchip: correct ARCH_SOC name 2019-05-01 00:00:05 +02:00
Makefile rockchip: rk3399: move sdram driver to driver/ram 2017-10-01 00:33:31 +02:00
rk3399.c rockchip: rk3399: include gpio.h 2019-05-01 09:40:59 +02:00
syscon_rk3399.c rockchip: use 'arch-rockchip' as header file path 2019-05-01 00:00:05 +02:00