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 e6ea0e9..c594c4d 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 7f49d05..f24fd89 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>