]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
rockchip: remove redundant pinctrl header including
authorKever Yang <kever.yang@rock-chips.com>
Tue, 9 Jul 2019 13:55:30 +0000 (21:55 +0800)
committerKever Yang <kever.yang@rock-chips.com>
Sat, 20 Jul 2019 15:59:44 +0000 (23:59 +0800)
No code is using this header file, remove it.

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/mach-rockchip/rk3036-board.c
arch/arm/mach-rockchip/rk3328-board-spl.c

index e6ea0e9a6ae520b4018457e5377f25a0048ad152..c594c4d61cdfb248da00f0e18ba1ed9286ef3a76 100644 (file)
@@ -14,7 +14,6 @@
 #include <asm/arch-rockchip/grf_rk3036.h>
 #include <asm/arch-rockchip/boot_mode.h>
 #include <asm/arch-rockchip/sdram_rk3036.h>
-#include <dm/pinctrl.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
index 7f49d056a07eb54f9cceb35297766890a62ce1ea..f24fd89e3f16dfcafecefe69b65209670428bd7f 100644 (file)
@@ -7,7 +7,6 @@
 #include <common.h>
 #include <debug_uart.h>
 #include <dm.h>
-#include <dm/pinctrl.h>
 #include <ram.h>
 #include <spl.h>
 #include <asm/io.h>