aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKever Yang <kever.yang@rock-chips.com>2019-07-09 21:55:30 +0800
committerKever Yang <kever.yang@rock-chips.com>2019-07-20 23:59:44 +0800
commitc8851c9d183521f6f048549081ffe20c0276e7b4 (patch)
treea9a9f2e34d300c7d7dbfc1c1613dd5ae862f2b26
parent0e9802095d454a1b2f47cb99bd6e4b48027348f3 (diff)
downloadu-boot-c8851c9d183521f6f048549081ffe20c0276e7b4.zip
u-boot-c8851c9d183521f6f048549081ffe20c0276e7b4.tar.gz
u-boot-c8851c9d183521f6f048549081ffe20c0276e7b4.tar.bz2
rockchip: remove redundant pinctrl header including
No code is using this header file, remove it. Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
-rw-r--r--arch/arm/mach-rockchip/rk3036-board.c1
-rw-r--r--arch/arm/mach-rockchip/rk3328-board-spl.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-rockchip/rk3036-board.c b/arch/arm/mach-rockchip/rk3036-board.c
index e6ea0e9..c594c4d 100644
--- a/arch/arm/mach-rockchip/rk3036-board.c
+++ b/arch/arm/mach-rockchip/rk3036-board.c
@@ -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;
diff --git a/arch/arm/mach-rockchip/rk3328-board-spl.c b/arch/arm/mach-rockchip/rk3328-board-spl.c
index 7f49d05..f24fd89 100644
--- a/arch/arm/mach-rockchip/rk3328-board-spl.c
+++ b/arch/arm/mach-rockchip/rk3328-board-spl.c
@@ -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>